X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6ccd57961698c3cd7892e7d522ac0cd34ea2f050..a8e8ba1a64d4f82c74003b5fc05c6fc89a10cc65:/test/integration/client_applications_test.rb?ds=sidebyside 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