We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6375e1f commit 8db8ec1Copy full SHA for 8db8ec1
1 file changed
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