X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/374668c7cc06da7e76f5d447056d13022947886c..e219916dcbb00fe179d27a3c1b32139c511f9c2e:/test/controllers/api/notes_controller_test.rb diff --git a/test/controllers/api/notes_controller_test.rb b/test/controllers/api/notes_controller_test.rb index 5f449f0d6..54a20028d 100644 --- a/test/controllers/api/notes_controller_test.rb +++ b/test/controllers/api/notes_controller_test.rb @@ -3,6 +3,7 @@ require "test_helper" module Api 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)