Merge pull request #992 from JoeWrightss/patch-1

fix spelling error: contaner -> container
This commit is contained in:
Mike Brown
2018-12-08 01:15:15 +08:00
committed by GitHub

View File

@@ -593,7 +593,7 @@ func TestGenerateContainerMounts(t *testing.T) {
}, },
}, },
}, },
"should skip contaner mounts if already mounted by CRI": { "should skip container mounts if already mounted by CRI": {
criMounts: []*runtime.Mount{ criMounts: []*runtime.Mount{
{ {
ContainerPath: "/etc/hosts", ContainerPath: "/etc/hosts",