mirror of
https://github.com/redmine/redmine.git
synced 2025-11-03 11:56:18 +01:00
Fixed that 200 API responses have a body containing one space (#11388).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9975 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -770,6 +770,7 @@ class ApiTest::IssuesTest < ActionController::IntegrationTest
|
||||
{:issue => {:notes => 'Attachment added', :uploads => [{:token => token, :filename => 'test.txt', :content_type => 'text/plain'}]}},
|
||||
credentials('jsmith')
|
||||
assert_response :ok
|
||||
assert_equal '', @response.body
|
||||
end
|
||||
|
||||
issue = Issue.find(1)
|
||||
|
||||
Reference in New Issue
Block a user