diff --git a/integ/workflow_uncompleted_test.go b/integ/workflow_uncompleted_test.go index 87c574b..d1a94e7 100644 --- a/integ/workflow_uncompleted_test.go +++ b/integ/workflow_uncompleted_test.go @@ -112,7 +112,7 @@ func TestStateApiTimeoutWorkflow(t *testing.T) { fmt.Println(err) - expectedMsg := "workflow is not completed successfully, closedStatus: FAILED, failedErrorType(applies if failed as closedStatus):STATE_API_FAIL_MAX_OUT_RETRY_ERROR_TYPE, error message:activity error (type: StateApiWaitUntil, scheduledEventID: 9, startedEventID: 10, identity: ): activity StartToClose timeout (type: StartToClose)" + expectedMsg := "workflow is not completed successfully, closedStatus: FAILED, failedErrorType(applies if failed as closedStatus):STATE_API_FAIL_MAX_OUT_RETRY_ERROR_TYPE, error message:activity error (type: StateApiWaitUntil, scheduledEventID: 8, startedEventID: 9, identity: ): activity StartToClose timeout (type: StartToClose)" assert.Equal(t, expectedMsg, err.Error()) out, err2 := client.GetComplexWorkflowResults(context.Background(), wfId, "")