X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d3700e6201b4b78a70bbb2941572edc985b63c2c..71cbb003f8a8db1b077ebeefb776033a3e31ee9a:/test/integration/user_changeset_comments_test.rb?ds=sidebyside diff --git a/test/integration/user_changeset_comments_test.rb b/test/integration/user_changeset_comments_test.rb index 5f655c481..2953f5fe2 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 follow_redirect! # We should now be at the login page assert_response :success - assert_template "user/login" + assert_template "users/login" # We can now login post "/login", :params => { "username" => user.email, "password" => "test" } assert_response :redirect