From fa4e464c55acbd7f33b3037a12032dc21880d815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Scha=CC=88fer?= <101886095+PeterSchafer@users.noreply.github.com> Date: Tue, 23 Aug 2022 10:26:43 +0200 Subject: [PATCH] chore: re-enable test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com> --- test/smoke/spec/snyk_test_spec.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/smoke/spec/snyk_test_spec.sh b/test/smoke/spec/snyk_test_spec.sh index 459a4f24a0..a769c46e56 100644 --- a/test/smoke/spec/snyk_test_spec.sh +++ b/test/smoke/spec/snyk_test_spec.sh @@ -104,13 +104,13 @@ Describe "Snyk test command" The stderr should equal "" End - # It "fails with a correct user message on a non-existent library" - # Skip if "execute only in regression test" check_if_regression_test - # When run snyk test lodash --org=nope - # The status should be failure - # The output should include "Org nope was not found or you may not have the correct permissions" - # The stderr should equal "" - # End + It "fails with a correct user message on a non-existent library" + Skip if "execute only in regression test" check_if_regression_test + When run snyk test lodash --org=nope + The status should be failure + The output should include "Org nope was not found or you may not have the correct permissions" + The stderr should equal "" + End End Describe "npm test with JSON output"