mirror of
https://github.com/redmine/redmine.git
synced 2025-11-09 14:56:01 +01:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user