Skip to content

Commit

Permalink
Fix integration tests (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed Apr 5, 2020
1 parent 561d426 commit cca1ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/activity.cancel.sm.repro.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"decisionTaskFailedEventAttributes": {
"scheduledEventId": 11,
"startedEventId": 12,
"cause": "DecisionTaskFailedCauseWorkflowWorkerUnhandledFailure",
"cause": "WorkflowWorkerUnhandledFailure",
"details": "aW52YWxpZCBzdGF0ZSB0cmFuc2l0aW9uOiBhdHRlbXB0IHRvIGNhbmNlbCwgRGVjaXNpb25UeXBlOiBBY3Rpdml0eSwgSUQ6IDMsIHN0YXRlPUNhbmNlbGVkQWZ0ZXJJbml0aWF0ZWQsIGlzRG9uZSgpPWZhbHNlLCBoaXN0b3J5PVtDcmVhdGVkIGhhbmRsZURlY2lzaW9uU2VudCBEZWNpc2lvblNlbnQgaGFuZGxlSW5pdGlhdGVkRXZlbnQgSW5pdGlhdGVkIGNhbmNlbCBDYW5jZWxlZEFmdGVySW5pdGlhdGVkXQ==",
"identity": "97228@samar-C02XG22GJGH6@tl-1"
}
Expand All @@ -193,7 +193,7 @@
"eventType": "WorkflowExecutionTimedOut",
"version": -24,
"workflowExecutionTimedOutEventAttributes": {
"timeoutType": "TimeoutTypeStartToClose"
"timeoutType": "StartToClose"
}
}
]
Expand Down

0 comments on commit cca1ba6

Please sign in to comment.