Skip to content

Commit

Permalink
Update snyk_v2_stubs.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jesutorrr committed Oct 7, 2024
1 parent 2356a53 commit 78ab2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/tasks/connectors/snyk_v2/snyk_v2_stubs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def stub_projects_request
end

def stub_issues_request
stub_request(:get, Addressable::Template.new("https://api.eu.snyk.io/rest/orgs/{orgId}/issues?created_after=2024-07-14T00:00:00Z&created_before=2024-08-13T00:00:00Z&limit=10&version=2024-04-29"))
stub_request(:get, Addressable::Template.new("https://api.eu.snyk.io/rest/orgs/{orgId}/issues?created_after=2024-09-07T00:00:00Z&created_before=2024-10-07T00:00:00Z&limit=10&version=2024-04-29"))
.to_return_json(body: read_fixture_file("issues.json"))
end
end

0 comments on commit 78ab2b4

Please sign in to comment.