From: Jean-Philippe Lang Date: Thu, 6 Apr 2017 18:07:54 +0000 (+0000) Subject: total_spent_hours not returned in 3.2 (#25526). X-Git-Tag: 3.2.6~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e92f3127e4974db2d658c5159ca62aef9fc37555;p=redmine.git 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 --- diff --git a/test/integration/api_test/issues_test.rb b/test/integration/api_test/issues_test.rb index 58f5b0a85..3480df86e 100644 --- a/test/integration/api_test/issues_test.rb +++ b/test/integration/api_test/issues_test.rb @@ -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