From e0598e9b57fc9535cda98ba2a8cc2a2e431ab8e9 Mon Sep 17 00:00:00 2001 From: Matej Kralik Date: Thu, 26 Sep 2024 18:03:27 +0200 Subject: [PATCH] Fix expected output for uid/uid after base image change (#746) --- pkg/tests/ossm/privileged_pods_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tests/ossm/privileged_pods_test.go b/pkg/tests/ossm/privileged_pods_test.go index ec609f4b..85b46138 100644 --- a/pkg/tests/ossm/privileged_pods_test.go +++ b/pkg/tests/ossm/privileged_pods_test.go @@ -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) {