From 095271d57512b3f5ea8bd735746b3fb1f7993502 Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Tue, 11 Mar 2014 08:18:45 +0100 Subject: [PATCH] #233 Failed Travis builds --- test/fixtures/dmsf_workflow_step_actions.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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