From f64d0f4531310c8723f4f5f9d5b5f3fee7d70157 Mon Sep 17 00:00:00 2001 From: Salim Afiune Maya Date: Fri, 27 Dec 2024 06:26:31 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20CI=20test=20(#1527)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This changed since the `github` provider changed. We still want to test that flags are loaded, so I am updating the test and not removing it. Signed-off-by: Salim Afiune Maya --- test/providers/scan_flags_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/providers/scan_flags_test.go b/test/providers/scan_flags_test.go index 8ce612d7..65611b45 100644 --- a/test/providers/scan_flags_test.go +++ b/test/providers/scan_flags_test.go @@ -55,7 +55,7 @@ func TestScanFlags(t *testing.T) { assert.NotNil(t, r.Stderr()) assert.Contains(t, string(r.Stderr()), - "app-private-key is required for GitHub App authentication", // expected! it means we loaded the flags + "could not parse private key", // expected! it means we loaded the flags ) }) t.Run("github scan WITH all required flags for app auth", func(t *testing.T) {