summaryrefslogtreecommitdiff
path: root/test/e2e/play_kube_test.go
diff options
context:
space:
mode:
authorErik Sjölund <erik.sjolund@gmail.com>2022-07-02 08:37:43 +0200
committerErik Sjölund <erik.sjolund@gmail.com>2022-07-02 08:37:43 +0200
commit24fcfb5d9e1a4c92f386cd34b5c1f44a2676d116 (patch)
treecc5ceb053da33b0d8b23ab7e7094f4ae6edc2969 /test/e2e/play_kube_test.go
parentb00e65aa9c071428579a55f91a92f3702765ed85 (diff)
downloadpodman-24fcfb5d9e1a4c92f386cd34b5c1f44a2676d116.tar.gz
podman-24fcfb5d9e1a4c92f386cd34b5c1f44a2676d116.tar.bz2
podman-24fcfb5d9e1a4c92f386cd34b5c1f44a2676d116.zip
Fix spelling "read only" -> "read-only"
Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
Diffstat (limited to 'test/e2e/play_kube_test.go')
-rw-r--r--test/e2e/play_kube_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/play_kube_test.go b/test/e2e/play_kube_test.go
index 61f2b3a1c..de4e4bfac 100644
--- a/test/e2e/play_kube_test.go
+++ b/test/e2e/play_kube_test.go
@@ -2507,7 +2507,7 @@ spec:
Expect(kube).To(ExitWithError())
})
- It("podman play kube test with read only HostPath volume", func() {
+ It("podman play kube test with read-only HostPath volume", func() {
hostPathLocation := filepath.Join(tempdir, "file")
f, err := os.Create(hostPathLocation)
Expect(err).To(BeNil())