Skip to content

Commit d26366f

Browse files
committed
test: Reset package collection variable during test
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent 79d3790 commit d26366f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/platforms/test_host_collector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def tearDown(self):
3232
"AWS_EXECUTION_ENV", "INSTANA_EXTRA_HTTP_HEADERS",
3333
"INSTANA_ENDPOINT_URL", "INSTANA_AGENT_KEY", "INSTANA_ZONE",
3434
"INSTANA_TAGS", "INSTANA_DISABLE_METRICS_COLLECTION",
35+
"INSTANA_DISABLE_PYTHON_PACKAGE_COLLECTION"
3536
)
3637

3738
for variable_name in variable_names:

0 commit comments

Comments
 (0)