Skip to content

Commit d32c36a

Browse files
committed
Little fix of test
1 parent 900ba05 commit d32c36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/v3/services/v2_subscription/executions_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
puts parsed_body
4545
expect(parsed_body).to eql_json({
4646
'@type' => 'executions',
47-
'@href' => '/v3/owner/travis-ci/executions?page=1&per_page=25&from=2020-07-30&to=2020-09-30',
47+
'@href' => "/v3/owner/travis-ci/executions?page=1&per_page=25&from=#{from.to_s}&to=#{to.to_s}",
4848
'@representation' => 'standard',
4949
'executions' => [{
5050
'@type' => 'execution',

0 commit comments

Comments
 (0)