From ec92881dd019dd6f2581a4d885a74734e0461563 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 9 Aug 2012 21:56:04 +0100 Subject: [PATCH] Fix test failure caused by moving OAuth settings link --- test/integration/client_application_test.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/integration/client_application_test.rb b/test/integration/client_application_test.rb index 80da36deb..9ab32ca78 100644 --- a/test/integration/client_application_test.rb +++ b/test/integration/client_application_test.rb @@ -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 -- 2.43.2