Skip to content

Commit

Permalink
Add missing fixture issue_categories to MyControllerTest (#37477).
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.redmine.org/redmine/trunk@21728 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
vividtone committed Jul 21, 2022
1 parent 84627cb commit daca8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/my_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class MyControllerTest < Redmine::ControllerTest
:roles, :projects, :members, :member_roles,
:issues, :issue_statuses, :trackers, :enumerations,
:custom_fields, :auth_sources, :queries, :enabled_modules,
:journals, :projects_trackers
:journals, :projects_trackers, :issue_categories

def setup
@request.session[:user_id] = 2
Expand Down

0 comments on commit daca8f0

Please sign in to comment.