Skip to content

Commit

Permalink
Fix expected output for uid/uid after base image change (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkralik3 authored Sep 26, 2024
1 parent e907f97 commit e0598e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tests/ossm/privileged_pods_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
app.InstallAndWaitReady(t, app.Httpbin(ns.Foo))

t.NewSubTest("Check sleep with explicitly defined SecurityContext with same uid/gid (1001)").Run(func(t TestHelper) {
runSecurityContextTest(t, 1001, 1001, "uid=1002(1002) gid=1002 groups=1002")
runSecurityContextTest(t, 1001, 1001, "uid=1002(1002) gid=1002(1002) groups=1002(1002)")
})

t.NewSubTest("Check sleep with explicitly defined SecurityContext with root uid/gid").Run(func(t TestHelper) {
Expand Down

0 comments on commit e0598e9

Please sign in to comment.