X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/effb1b7f4170bb7244c4dfffcbe6134fe00e2bc4..19c26e70a357f4e191c8d7bb8c2cc57575792cc0:/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"