From cca1ba67e48714b54988eb54ed94aad6e77b33a0 Mon Sep 17 00:00:00 2001 From: Alex Shtin Date: Sat, 4 Apr 2020 18:33:14 -0700 Subject: [PATCH] Fix integration tests (#88) --- test/fixtures/activity.cancel.sm.repro.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/activity.cancel.sm.repro.json b/test/fixtures/activity.cancel.sm.repro.json index 241b3e33e..4ac1fd645 100755 --- a/test/fixtures/activity.cancel.sm.repro.json +++ b/test/fixtures/activity.cancel.sm.repro.json @@ -182,7 +182,7 @@ "decisionTaskFailedEventAttributes": { "scheduledEventId": 11, "startedEventId": 12, - "cause": "DecisionTaskFailedCauseWorkflowWorkerUnhandledFailure", + "cause": "WorkflowWorkerUnhandledFailure", "details": "aW52YWxpZCBzdGF0ZSB0cmFuc2l0aW9uOiBhdHRlbXB0IHRvIGNhbmNlbCwgRGVjaXNpb25UeXBlOiBBY3Rpdml0eSwgSUQ6IDMsIHN0YXRlPUNhbmNlbGVkQWZ0ZXJJbml0aWF0ZWQsIGlzRG9uZSgpPWZhbHNlLCBoaXN0b3J5PVtDcmVhdGVkIGhhbmRsZURlY2lzaW9uU2VudCBEZWNpc2lvblNlbnQgaGFuZGxlSW5pdGlhdGVkRXZlbnQgSW5pdGlhdGVkIGNhbmNlbCBDYW5jZWxlZEFmdGVySW5pdGlhdGVkXQ==", "identity": "97228@samar-C02XG22GJGH6@tl-1" } @@ -193,7 +193,7 @@ "eventType": "WorkflowExecutionTimedOut", "version": -24, "workflowExecutionTimedOutEventAttributes": { - "timeoutType": "TimeoutTypeStartToClose" + "timeoutType": "StartToClose" } } ]