]> source.dussan.org Git - redmine.git/commitdiff
IssueCustomFieldTest randomly fails (#31967).
authorGo MAEDA <maeda@farend.jp>
Wed, 28 Aug 2019 08:21:08 +0000 (08:21 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 28 Aug 2019 08:21:08 +0000 (08:21 +0000)
Patch by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18409 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/issue_custom_field_test.rb

index f6e6d48635a0cd431b288c5a5cb04d679030f8d9..321dceb43f0a761b0333a3900a7f09ac6a656a2d 100644 (file)
@@ -26,7 +26,6 @@ class IssueCustomFieldTest < ActiveSupport::TestCase
 
   def setup
     User.current = nil
-    @category = IssueCategory.find(1)
   end
 
   def test_custom_field_with_visible_set_to_false_should_validate_roles