Skip to content

Commit

Permalink
Backport 3.5.x: Add allowed URL to Webmock for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marlo-longley committed Jan 24, 2024
1 parent e76d235 commit db22ac3
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 @@ -32,7 +32,7 @@
Capybara::Selenium::Driver.new(app, browser: :chrome, capabilities: [browser_options])
end
require 'webmock/rspec'
allowed_sites = ['chromedriver.storage.googleapis.com']
allowed_sites = ['chromedriver.storage.googleapis.com', 'googlechromelabs.github.io', 'edgedl.me.gvt1.com']

WebMock.disable_net_connect!(net_http_connect_on_start: true, allow_localhost: true, allow: allowed_sites)

Expand Down

0 comments on commit db22ac3

Please sign in to comment.