We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900ba05 commit d32c36aCopy full SHA for d32c36a
spec/v3/services/v2_subscription/executions_spec.rb
@@ -44,7 +44,7 @@
44
puts parsed_body
45
expect(parsed_body).to eql_json({
46
'@type' => 'executions',
47
- '@href' => '/v3/owner/travis-ci/executions?page=1&per_page=25&from=2020-07-30&to=2020-09-30',
+ '@href' => "/v3/owner/travis-ci/executions?page=1&per_page=25&from=#{from.to_s}&to=#{to.to_s}",
48
'@representation' => 'standard',
49
'executions' => [{
50
'@type' => 'execution',
0 commit comments