Skip to content

Commit

Permalink
play kube selinux test case
Browse files Browse the repository at this point in the history
fixed typo in the label comparison

Signed-off-by: Steven Taylor <[email protected]>
  • Loading branch information
st1971 authored and mheon committed Feb 5, 2021
1 parent 2042391 commit c9a6e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/play_kube_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit c9a6e6e

Please sign in to comment.