mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 06:25:51 +02:00
total_spent_hours not returned in 3.2 (#25526).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@16510 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -322,7 +322,6 @@ class Redmine::ApiTest::IssuesTest < Redmine::ApiTest::Base
|
||||
|
||||
json = ActiveSupport::JSON.decode(response.body)
|
||||
assert_kind_of Float, json['issue']['spent_hours']
|
||||
assert_kind_of Float, json['issue']['total_spent_hours']
|
||||
end
|
||||
|
||||
def test_show_should_include_issue_attributes
|
||||
|
||||
Reference in New Issue
Block a user