Skip to content

Commit

Permalink
Merge pull request #5716 from snyk/chore/test_snyk_api
Browse files Browse the repository at this point in the history
chore: adapt expectation after changing endpoint
  • Loading branch information
PeterSchafer authored Feb 6, 2025
2 parents a790330 + 166feda commit 06bb8dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/smoke/spec/snyk_monitor_spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ Describe "Snyk monitor command"
It "monitors a project in the same folder"
When run run_monitor_in_subfolder
The status should be success
The output should include "Explore this snapshot at https://app.eu.snyk.io/org/"
The output should include "Explore this snapshot at https://app.snyk.io/org/"
The output should include "Notifications about newly disclosed issues related to these dependencies will be emailed to you."
End

It "monitors a project when pointing to a folder"
When run snyk monitor ../fixtures/basic-npm
The status should be success
The output should include "Explore this snapshot at https://app.eu.snyk.io/org/"
The output should include "Explore this snapshot at https://app.snyk.io/org/"
The output should include "Notifications about newly disclosed issues related to these dependencies will be emailed to you."
End

It "monitors a project when pointing to a file"
When run snyk monitor --file=../fixtures/basic-npm/package.json
The status should be success
The output should include "Explore this snapshot at https://app.eu.snyk.io/org/"
The output should include "Explore this snapshot at https://app.snyk.io/org/"
The output should include "Notifications about newly disclosed issues related to these dependencies will be emailed to you."
End
End
Expand Down

0 comments on commit 06bb8dd

Please sign in to comment.