]> source.dussan.org Git - redmine.git/commitdiff
total_spent_hours not returned in 3.2 (#25526).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 6 Apr 2017 18:07:54 +0000 (18:07 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 6 Apr 2017 18:07:54 +0000 (18:07 +0000)
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

index 58f5b0a851416007d49e2491b2bc8f53f56da604..3480df86ed9ee6e28345d9029f797e449fab676e 100644 (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