play kube selinux test case

fixed typo in the label comparison

Signed-off-by: Steven Taylor <steven@taylormuff.co.uk>
This commit is contained in:
Steven Taylor
2021-02-03 23:35:14 +00:00
parent 432ee04c55
commit 96adf0e2a2

View File

@ -858,7 +858,7 @@ var _ = Describe("Podman play kube", func() {
inspect.WaitWithDefaultTimeout()
label := inspect.OutputToString()
Expect(label).To(ContainSubstring("nconfined_u:system_r:spc_t:s0"))
Expect(label).To(ContainSubstring("unconfined_u:system_r:spc_t:s0"))
})
It("podman play kube fail with nonexistent authfile", func() {