X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b4dbf6233c3785e62af5bd313381f1844e5bbc19..58e95f7ea46accda6359b187ce5936aad4ac5945:/test/controllers/notes_controller_test.rb diff --git a/test/controllers/notes_controller_test.rb b/test/controllers/notes_controller_test.rb index 82821de6c..5c71d722f 100644 --- a/test/controllers/notes_controller_test.rb +++ b/test/controllers/notes_controller_test.rb @@ -2,6 +2,7 @@ require "test_helper" class NotesControllerTest < ActionController::TestCase def setup + super # Stub nominatim response for note locations stub_request(:get, %r{^https://nominatim\.openstreetmap\.org/reverse\?}) .to_return(:status => 404)