From 24f3895b2bd6446c9451efd9a01368979248eadf Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Sun, 27 Oct 2024 13:58:55 -0400 Subject: [PATCH] update error string Signed-off-by: Kristoffer Dalby --- integration/cli_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/cli_test.go b/integration/cli_test.go index e8ace2f1..19e865cd 100644 --- a/integration/cli_test.go +++ b/integration/cli_test.go @@ -1701,7 +1701,7 @@ func TestPolicyBrokenConfigCommand(t *testing.T) { policyFilePath, }, ) - assert.ErrorContains(t, err, "verifying policy rules: invalid action") + assert.ErrorContains(t, err, "compiling filter rules: invalid action") // The new policy was invalid, the old one should still be in place, which // is none.