Commit 6c9d2dec authored by Denis Bilenko's avatar Denis Bilenko

test__pywsgi.py: cleanup before test case end

--HG--
extra : transplant_source : %B45%80%3F%83%91%E3%10-%D9%D0%9B%2A%9F%98%D5%82lc%B0
parent 6f3d12d3
......@@ -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