From a67fc6d961a6d9ed768a09495e9ec6f92e2f1eef Mon Sep 17 00:00:00 2001 From: PeterSchafer <101886095+PeterSchafer@users.noreply.github.com> Date: Sun, 23 Jul 2023 11:06:38 +0200 Subject: [PATCH] chore: temporarily test adapt expectation (#4757) --- test/smoke/spec/snyk_fix_spec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/spec/snyk_fix_spec.sh b/test/smoke/spec/snyk_fix_spec.sh index ced9c5eeea..c7ab5c9e10 100644 --- a/test/smoke/spec/snyk_fix_spec.sh +++ b/test/smoke/spec/snyk_fix_spec.sh @@ -23,7 +23,7 @@ Describe "Snyk fix command logged out" It "not authed" When run snyk fix The status should be failure - The output should include "Not authorised" + The output should include "is not supported" The stderr should equal "" End End