Skip to content

Commit 4b25ff6

Browse files
committed
fix missing change
1 parent b33dd45 commit 4b25ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ func (ts *IntegrationTestSuite) TestConsistentQuery() {
329329
ts.Equal(run.GetRunID(), descResp.WorkflowExecutionInfo.GetExecution().GetRunId())
330330

331331
// Test GetWorkflowHistoryWithOptions with QueryConsistencyLevel
332-
histIter, err := ts.libClient.GetWorkflowHistoryWithOptions(ctx, &client.GetWorkflowHistoryWithOptionsRequest{
332+
histIter := ts.libClient.GetWorkflowHistoryWithOptions(ctx, &client.GetWorkflowHistoryWithOptionsRequest{
333333
WorkflowID: "test-consistent-query",
334334
RunID: run.GetRunID(),
335335
IsLongPoll: false,

0 commit comments

Comments
 (0)