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:
Jean-Philippe Lang
2017-04-06 18:07:54 +00:00
parent c66898259c
commit e92f3127e4

View File

@@ -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