X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4607ac2d30806fbfb00969df92823154df4a9a2f..1a1d924ae060f82567599b25b090a729d5c721e9:/test/integration/user_terms_seen_test.rb diff --git a/test/integration/user_terms_seen_test.rb b/test/integration/user_terms_seen_test.rb index a664feeb0..e8d3df07a 100644 --- a/test/integration/user_terms_seen_test.rb +++ b/test/integration/user_terms_seen_test.rb @@ -3,6 +3,10 @@ require "test_helper" class UserTermsSeenTest < ActionDispatch::IntegrationTest fixtures :users + def setup + stub_hostip_requests + end + def test_api_blocked with_terms_seen(true) do user = users(:terms_not_seen_user)