X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8dae890a7645fba17a44d84f78be03d993e22ccb..5a2d2f97cebf9e8442949ba1a36daab13fbc809c:/test/integration/client_applications_test.rb diff --git a/test/integration/client_applications_test.rb b/test/integration/client_applications_test.rb index 59f234c41..c786b4f4a 100644 --- a/test/integration/client_applications_test.rb +++ b/test/integration/client_applications_test.rb @@ -16,7 +16,7 @@ class ClientApplicationsTest < ActionDispatch::IntegrationTest assert_response :redirect follow_redirect! assert_response :success - assert_template "user/view" + assert_template "user/show" get "/user/#{ERB::Util.u(user.display_name)}/account" assert_response :success assert_template "user/account"