From bfe7546b72edd9bca24bfe9e17db45b2f70cd271 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Sun, 30 Mar 2025 13:11:55 +0200 Subject: [PATCH] fix last test Signed-off-by: Kristoffer Dalby --- integration/cli_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/integration/cli_test.go b/integration/cli_test.go index 50c2984e..df3eb775 100644 --- a/integration/cli_test.go +++ b/integration/cli_test.go @@ -1794,11 +1794,6 @@ func TestPolicyCommand(t *testing.T) { assert.Len(t, output.TagOwners, 1) assert.Len(t, output.ACLs, 1) - if usePolicyV2ForTest { - assert.Equal(t, output.TagOwners["tag:exists"], []string{"user1@"}) - } else { - assert.Equal(t, output.TagOwners["tag:exists"], []string{"user1"}) - } } func TestPolicyBrokenConfigCommand(t *testing.T) {