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/integration/sudo_mode_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/integration/sudo_mode_test.rb')
-rw-r--r-- | test/integration/sudo_mode_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/sudo_mode_test.rb b/test/integration/sudo_mode_test.rb index b461c2f18..b7d9cb5d7 100644 --- a/test/integration/sudo_mode_test.rb +++ b/test/integration/sudo_mode_test.rb @@ -186,7 +186,7 @@ class SudoModeTest < Redmine::IntegrationTest } }, :headers => credentials('admin') - + assert_response :created end end |