Fix test failure caused by moving OAuth settings link
This commit is contained in:
parent
221ca3c1fa
commit
ec92881dd0
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ class ClientApplicationTest < ActionController::IntegrationTest
|
||||||
follow_redirect!
|
follow_redirect!
|
||||||
assert_response :success
|
assert_response :success
|
||||||
assert_template 'user/view'
|
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
|
# check that the form to allow new client application creations exists
|
||||||
assert_in_body do
|
assert_in_body do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue