1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Add missing fixture to test/integration/issue_test.rb (#37851).

Patch by Dmitry Makurin.


git-svn-id: https://svn.redmine.org/redmine/trunk@21932 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2022-10-29 08:24:03 +00:00
parent 1ae0c73920
commit 783e986048

View File

@ -34,7 +34,8 @@ class IssuesTest < Redmine::IntegrationTest
:custom_fields,
:custom_values,
:custom_fields_trackers, :custom_fields_projects,
:attachments
:attachments,
:issue_categories
# create an issue
def test_add_issue