diff options
author | Go MAEDA <maeda@farend.jp> | 2019-06-06 14:53:23 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-06-06 14:53:23 +0000 |
commit | adebf4da1dba677f137b65be56d981ca1e2cef3d (patch) | |
tree | 63ced2a2d9a15f055b61620b9fa76fcc7a377510 /test/functional/account_controller_openid_test.rb | |
parent | 7ba7a19cf6047d5428069d6b4a57a5f8859f6826 (diff) | |
download | redmine-adebf4da1dba677f137b65be56d981ca1e2cef3d.tar.gz redmine-adebf4da1dba677f137b65be56d981ca1e2cef3d.zip |
Remove trailing whitespaces from test (#31506).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18233 e93f8b46-1217-0410-a6f0-8f06a7374b81
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 |