Skip to content

Commit 9b37133

Browse files
committed
makefile target and docs
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 95b0c1f commit 9b37133

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/python/tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ def go_data_sources(request, go_environment):
247247
def cleanup():
248248
# logger.info("Running cleanup in %s, Request: %s", worker_id, request.param)
249249
go_environment.data_source_creator.teardown()
250-
if environment.online_store_creator:
251-
environment.online_store_creator.teardown()
250+
if go_environment.online_store_creator:
251+
go_environment.online_store_creator.teardown()
252252

253253
request.addfinalizer(cleanup)
254254
return construct_universal_test_data(go_environment)

0 commit comments

Comments
 (0)