X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/15b104f4ff4614aa78c01180b6a9b89dd5a1400f..5e407dfb34f47e6fbbbf3c11c1a8318256abb5cd:/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"