diff options
Diffstat (limited to 'test/functional/account_controller_openid_test.rb')
-rw-r--r-- | test/functional/account_controller_openid_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/account_controller_openid_test.rb b/test/functional/account_controller_openid_test.rb index 9d81daa8e..f63b803d7 100644 --- a/test/functional/account_controller_openid_test.rb +++ b/test/functional/account_controller_openid_test.rb @@ -170,7 +170,7 @@ class AccountControllerOpenidTest < Redmine::ControllerTest :lastname => 'User', :mail => 'user@somedomain.com', :identity_url => 'http://openid.example.com/good_blank_user' - + } } assert_response 302 |