Kaydet (Commit) f1c141b7 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Fix resource warning in test_xmlrpc_net

üst 5a88c38f
......@@ -45,6 +45,7 @@ class CurrentTimeTest(unittest.TestCase):
except socket.error as e:
self.skipTest("network error: %s" % e)
return
self.addCleanup(lambda: server('close')())
# Perform a minimal sanity check on the result, just to be sure
# the request means what we think it means.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment