We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 805440e + 8db8ec1 commit d7bd158Copy full SHA for d7bd158
logging/unit_tests/test_client.py
@@ -568,6 +568,7 @@ def test_get_default_handler_app_engine(self):
568
with _Monkey(_MUT, _LOG_PATH_TEMPLATE=temp_log_path):
569
with _Monkey(os, environ={_APPENGINE_FLEXIBLE_ENV_VM: 'True'}):
570
handler = client.get_default_handler()
571
+ handler.close() # allow tempdir cleanup on Windows
572
573
self.assertIsInstance(handler, AppEngineHandler)
574
0 commit comments