X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fc25c3d412829774abf0454e4dcc92e41f47454c..4fc93cd466449ee123c48313865fb67c8d5adec5:/test/functional/browse_controller_test.rb diff --git a/test/functional/browse_controller_test.rb b/test/functional/browse_controller_test.rb index 525c879f1..f4da4c1a8 100644 --- a/test/functional/browse_controller_test.rb +++ b/test/functional/browse_controller_test.rb @@ -5,7 +5,7 @@ class BrowseControllerTest < ActionController::TestCase api_fixtures def test_start - get :start + xhr :get, :start assert_response :success end