]> git.openstreetmap.org Git - rails.git/blobdiff - test/integration/client_application_test.rb
Fix incorrect interpolation variable
[rails.git] / test / integration / client_application_test.rb
index 80da36deb38edb975e5753dcbf465c24fe9adf3a..9ab32ca7810f6ae3aa8687d74b3b15371d803983 100644 (file)
@@ -17,6 +17,9 @@ class ClientApplicationTest < ActionController::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template 'user/view'
+    get '/user/test2/account'
+    assert_response :success
+    assert_template 'user/account'
 
     # check that the form to allow new client application creations exists
     assert_in_body do