X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6ab522b2b35b565ff6f4458657dec70aa073c177..a26100c7ec48bceb50b0c3b8406809dc88cd1a65:/test/integration/client_applications_test.rb diff --git a/test/integration/client_applications_test.rb b/test/integration/client_applications_test.rb index 269d3633d..0ac15759e 100644 --- a/test/integration/client_applications_test.rb +++ b/test/integration/client_applications_test.rb @@ -17,9 +17,9 @@ class ClientApplicationsTest < ActionDispatch::IntegrationTest follow_redirect! assert_response :success assert_template "users/show" - get "/user/#{ERB::Util.u(user.display_name)}/account" + get "/account/edit" assert_response :success - assert_template "users/account" + assert_template "accounts/edit" # check that the form to allow new client application creations exists assert_in_heading do