diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-12-02 13:32:02 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-12-02 13:32:02 +0000 |
commit | 22173ce0e6cba8f3bb7125b36425ccc605f9bfd7 (patch) | |
tree | ff0440834467609d0ca13d8cfdee9cfe0f4a3c6e /test/integration/api_test | |
parent | 5ada8436383c6b6469cd5efb33f9c034c7b7a4e3 (diff) | |
download | redmine-22173ce0e6cba8f3bb7125b36425ccc605f9bfd7.tar.gz redmine-22173ce0e6cba8f3bb7125b36425ccc605f9bfd7.zip |
fix source indent of test/integration/api_test/api_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20544 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/api_test')
-rw-r--r-- | test/integration/api_test/api_test.rb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/integration/api_test/api_test.rb b/test/integration/api_test/api_test.rb index af6b7b492..ace41624a 100644 --- a/test/integration/api_test/api_test.rb +++ b/test/integration/api_test/api_test.rb @@ -30,9 +30,11 @@ class Redmine::ApiTest::ApiTest < Redmine::ApiTest::Base :params => { :user => { :login => 'foo', :firstname => 'Firstname', :lastname => 'Lastname', - :mail => 'foo@example.net', :password => 'secret123'} - }, - :headers => credentials('admin')) + :mail => 'foo@example.net', :password => 'secret123' + } + }, + :headers => credentials('admin') + ) assert_response 201 end ensure |