We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33dd45 commit 4b25ff6Copy full SHA for 4b25ff6
test/integration_test.go
@@ -329,7 +329,7 @@ func (ts *IntegrationTestSuite) TestConsistentQuery() {
329
ts.Equal(run.GetRunID(), descResp.WorkflowExecutionInfo.GetExecution().GetRunId())
330
331
// Test GetWorkflowHistoryWithOptions with QueryConsistencyLevel
332
- histIter, err := ts.libClient.GetWorkflowHistoryWithOptions(ctx, &client.GetWorkflowHistoryWithOptionsRequest{
+ histIter := ts.libClient.GetWorkflowHistoryWithOptions(ctx, &client.GetWorkflowHistoryWithOptionsRequest{
333
WorkflowID: "test-consistent-query",
334
RunID: run.GetRunID(),
335
IsLongPoll: false,
0 commit comments