File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
tests/integration/support Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -66,5 +66,5 @@ mkdir -p $GO_FEATUREFILES_PATH
6666cp -r $FEATURE_FILES_PATH $GO_FEATUREFILES_PATH
6767
6868export DATAFILES_DIR=" $DATAFILES_PATH "
69- go test -v $( pwd) /tests/integration --godog.tags=" $TAG_FILTER_EXPRESSION "
69+ go test -v $( pwd) /tests/integration --godog.tags=" $TAG_FILTER_EXPRESSION " --godog.f=progress
7070echo " Ready for testing."
Original file line number Diff line number Diff line change @@ -135,7 +135,8 @@ func (c *ClientWrapper) InvokeAPI(request models.APIOptions) (models.APIResponse
135135 default :
136136 break
137137 }
138-
138+ // TODO: For event batching, it should be conditional.
139+ c .Client .Close ()
139140 response .ListenerCalled = c .DecisionService .(* optlyplugins.TestCompositeService ).GetListenersCalled ()
140141 return response , err
141142}
You can’t perform that action at this time.
0 commit comments