Commit d9a9bfe5 authored by Denis Bilenko's avatar Denis Bilenko

test__server.py: remove unused variable

parent 9093ae1c
...@@ -305,7 +305,7 @@ class TestPoolSpawn(TestDefaultSpawn): ...@@ -305,7 +305,7 @@ class TestPoolSpawn(TestDefaultSpawn):
def test_pool_full(self): def test_pool_full(self):
self.init_server() self.init_server()
short_request = self.send_request('/short') short_request = self.send_request('/short')
long_request = self.send_request('/long') self.send_request('/long')
gevent.sleep(0.01) gevent.sleep(0.01)
self.assertPoolFull() self.assertPoolFull()
self.assertPoolFull() self.assertPoolFull()
......
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