Fix test failure caused by moving OAuth settings link

This commit is contained in:
Tom Hughes 2012-08-09 21:56:04 +01:00
parent 221ca3c1fa
commit ec92881dd0

View 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