From e92f3127e4974db2d658c5159ca62aef9fc37555 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 6 Apr 2017 18:07:54 +0000 Subject: 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 --- test/integration/api_test/issues_test.rb | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3