diff --git a/test/functional/dmsf_workflow_controller_test.rb b/test/functional/dmsf_workflow_controller_test.rb index 2ebf678f..de759499 100644 --- a/test/functional/dmsf_workflow_controller_test.rb +++ b/test/functional/dmsf_workflow_controller_test.rb @@ -359,7 +359,8 @@ class DmsfWorkflowsControllerTest < RedmineDmsf::Test::TestCase id: @wf1.id, dmsf_workflow_id: @wf1.id, dmsf_file_revision_id: @revision2.id, - action: 'assignment' + action: 'assignment', + project_id: @project1.id, } assert_response :redirect end