diff --git a/pkg/server/container_create_test.go b/pkg/server/container_create_test.go index 29cdd0951..8df30a7fd 100644 --- a/pkg/server/container_create_test.go +++ b/pkg/server/container_create_test.go @@ -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{ { ContainerPath: "/etc/hosts",