Skip to content

Commit

Permalink
Merge pull request #3109 from snyk/smoke/fix-help
Browse files Browse the repository at this point in the history
test: update iac help tests to match new output
  • Loading branch information
Jahed Ahmed authored Apr 7, 2022
2 parents b591327 + 7a13866 commit 7d5236d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/smoke/spec/snyk_basic_spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ Describe "Snyk CLI basics"

It "prints specific help info for iac"
When run snyk iac -help
The output should include "finds security issues in Infrastructure as Code files"
The output should include "Infrastructure as Code"
The status should be success
# TODO: unusable with our current docker issues
The stderr should equal ""
End

It "prints specific help info when called with flag and equals sign"
When run snyk --help=iac
The output should include "finds security issues in Infrastructure as Code files"
The output should include "Infrastructure as Code"
The status should be success
# TODO: unusable with our current docker issues
The stderr should equal ""
Expand Down

0 comments on commit 7d5236d

Please sign in to comment.