From 22173ce0e6cba8f3bb7125b36425ccc605f9bfd7 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 2 Dec 2020 13:32:02 +0000 Subject: [PATCH] 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 --- test/integration/api_test/api_test.rb | 8 +++++--- 1 file 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 -- 2.39.5