We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d7ec2d + 7688a32 commit fdec905Copy full SHA for fdec905
packages/google-cloud-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