You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it fails to allow requests to that url because the uri that comes into net_connect_explicit_allowed? is an Addressable::URI, who's #to_s method returns a string with the port in.
When
WebMock.disallow_net_connect!
is called with:it fails to allow requests to that url because the uri that comes into
net_connect_explicit_allowed?
is anAddressable::URI
, who's#to_s
method returns a string with the port in.For example:
FYI such requests happen automatically in capybara/selenium-webdriver/webdrivers when using firefox driver.
The text was updated successfully, but these errors were encountered: