X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/02338a80e1ca03eeedf62a4e62d1f38bf2597f83..952188c814382b4ee0a90f6fc6084542dd113e75:/test/integration/client_applications_test.rb diff --git a/test/integration/client_applications_test.rb b/test/integration/client_applications_test.rb index ee6d277bb..e7e5b7575 100644 --- a/test/integration/client_applications_test.rb +++ b/test/integration/client_applications_test.rb @@ -8,7 +8,6 @@ class ClientApplicationsTest < ActionDispatch::IntegrationTest user = create(:user) get "/login" - assert_response :redirect assert_redirected_to login_path(:cookie_test => "true") follow_redirect! assert_response :success