Skip to content

Commit

Permalink
Use the web_url to ensure we use the new domain names
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Jun 20, 2023
1 parent 562a3fc commit acd445f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
def successful_body(app, options = {})
retry_limit = options[:retry_limit] || 100
path = options[:path] ? "/#{options[:path]}" : ''
Excon.get("http://#{app.name}.herokuapp.com#{path}",
Excon.get("#{app.web_url}#{path}",
idempotent: true,
expects: 200,
retry_interval: 0.5,
Expand Down

0 comments on commit acd445f

Please sign in to comment.