Commit a40090fc authored by Denis Bilenko's avatar Denis Bilenko

test__pywsgi.py: cleanup before test case end

parent 1453b0df
......@@ -882,6 +882,7 @@ class TestLeakInput(TestCase):
fd.write("GET /leak-frame HTTP/1.0\r\nConnection: close\r\n\r\n")
d = fd.read()
assert d.startswith("HTTP/1.0 200 OK"), "bad response"
self._leak_environ.pop('_leak')
del CommonTests
......
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