Commit e1b439a 1 parent 9080679 commit e1b439a Copy full SHA for e1b439a
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def test_simpleflow_idempotent(self):
110
110
if (
111
111
e ["eventType" ] == "ActivityTaskScheduled"
112
112
and e ["activityTaskScheduledEventAttributes" ]["activityType" ]["name" ]
113
- == "tests.integration.workflow" " .get_uuid"
113
+ == "tests.integration.workflow.get_uuid"
114
114
)
115
115
]
116
116
expect (activities ).should .have .length_of (2 )
Original file line number Diff line number Diff line change @@ -1176,7 +1176,7 @@ def test_workflow_activity_raises_on_failure(mock_decref_workflow):
1176
1176
1177
1177
workflow_failed = simpleflow .swf .mapper .models .decision .WorkflowExecutionDecision ()
1178
1178
workflow_failed .fail (
1179
- reason = " Workflow execution error in " " activity-tests.data.activities.raise_on_failure: " ' "error"' ,
1179
+ reason = ' Workflow execution error in activity-tests.data.activities.raise_on_failure: "error"' ,
1180
1180
details = builder .DEFAULT_DETAILS ,
1181
1181
)
1182
1182
You can’t perform that action at this time.
0 commit comments