fix typo from review

This commit is contained in:
Benedikt Bartscher 2024-10-23 18:20:16 +02:00
parent 3f4b049104
commit a7ffab9488
No known key found for this signature in database

View File

@ -250,7 +250,7 @@ class AppHarness:
def _initialize_app(self):
# disable telemetry reporting for tests
os.environ["TELEMETRY_ENABLED"] = "true"
os.environ["TELEMETRY_ENABLED"] = "false"
self.app_path.mkdir(parents=True, exist_ok=True)
if self.app_source is not None:
app_globals = self._get_globals_from_signature(self.app_source)