]> source.dussan.org Git - redmine.git/commitdiff
fix source indent of test/integration/api_test/api_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 2 Dec 2020 13:32:02 +0000 (13:32 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 2 Dec 2020 13:32:02 +0000 (13:32 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20544 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/integration/api_test/api_test.rb

index af6b7b4922286b16f3739913ad48e1123a149ca8..ace41624a51bf24033efda7e907f4233c327fd90 100644 (file)
@@ -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