X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/07673278f13c87fd2e073b041970bbdd45eebe86..2160f820ac9fe3f78deb97a3a4285e9bf8daa095:/test/integration/user_changeset_comments_test.rb diff --git a/test/integration/user_changeset_comments_test.rb b/test/integration/user_changeset_comments_test.rb index 3667db5ca..603030469 100644 --- a/test/integration/user_changeset_comments_test.rb +++ b/test/integration/user_changeset_comments_test.rb @@ -30,7 +30,7 @@ class UserChangesetCommentsTest < ActionDispatch::IntegrationTest assert_response :success assert_template "user/login" # We can now login - post "/login", "username" => user.email, "password" => "test" + post "/login", :params => { "username" => user.email, "password" => "test" } assert_response :redirect get "/changeset/#{changeset.id}"