diff --git a/test/e2e/host_path.go b/test/e2e/host_path.go index b1ec66164f6..6eadb825346 100644 --- a/test/e2e/host_path.go +++ b/test/e2e/host_path.go @@ -57,7 +57,7 @@ var _ = Describe("hostDir", func() { } }) - It("MOD volume on tmpfs should have the correct mode", func() { + It("should give a volume the correct mode", func() { volumePath := "/test-volume" source := &api.HostPathVolumeSource{ Path: "/tmp",