fix typo from review
This commit is contained in:
parent
3f4b049104
commit
a7ffab9488
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user