diff --git a/test/fixtures/dmsf_workflow_step_actions.yml b/test/fixtures/dmsf_workflow_step_actions.yml index b23703be..f006b8ee 100644 --- a/test/fixtures/dmsf_workflow_step_actions.yml +++ b/test/fixtures/dmsf_workflow_step_actions.yml @@ -6,6 +6,7 @@ wfsac1: action: 1 note: 'Approval' created_at: '2013-05-03 10:45:35' + author_id: 2 wfsac2: id: 2 @@ -13,6 +14,7 @@ wfsac2: action: 1 note: 'Approval' created_at: '2013-05-03 10:45:35' + author_id: 2 wfsac3: id: 3 @@ -20,6 +22,7 @@ wfsac3: action: 1 note: 'Approval' created_at: '2013-05-03 10:45:35' + author_id: 2 wfsac4: id: 4 @@ -27,10 +30,12 @@ wfsac4: action: 1 note: 'Approval' created_at: '2013-05-03 10:45:35' + author_id: 2 wfsac5: id: 5 dmsf_workflow_step_assignment_id: 8 action: 1 note: 'Approval' - created_at: '2013-05-03 10:45:35' \ No newline at end of file + created_at: '2013-05-03 10:45:35' + author_id: 2 \ No newline at end of file