Skip to content

Commit d7d32a4

Browse files
committed
One more fix for integration test
Signed-off-by: Neil Xie <[email protected]>
1 parent 7045bac commit d7d32a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

host/elastic_search_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ func (s *ElasticSearchIntegrationSuite) TestListWorkflowByClusterAttribute() {
202202
s.Equal("us-east", descResp.WorkflowExecutionInfo.ActiveClusterSelectionPolicy.GetClusterAttribute().GetName())
203203

204204
query := `ClusterAttributeScope = "region" and ClusterAttributeName = "us-east"`
205-
s.testHelperForReadOnceWithDomain(s.ActiveActiveDomainName, we.GetRunID(), query, false, false)
205+
s.testHelperForReadOnceWithDomain(s.ActiveActiveDomainName, we.GetRunID(), query, false, false, false)
206206
}
207207

208208
func (s *ElasticSearchIntegrationSuite) startWorkflow(

0 commit comments

Comments
 (0)