Tests: removed unused variables.
This commit is contained in:
@@ -89,7 +89,7 @@ class TestSettings(TestApplicationPython):
|
||||
self.load('empty')
|
||||
|
||||
def req():
|
||||
(resp, sock) = self.http(
|
||||
(_, sock) = self.http(
|
||||
b"""GET / HTTP/1.1
|
||||
""",
|
||||
start=True,
|
||||
@@ -173,7 +173,7 @@ Connection: close
|
||||
self.load('empty')
|
||||
|
||||
def req():
|
||||
(resp, sock) = self.http(
|
||||
(_, sock) = self.http(
|
||||
b"""POST / HTTP/1.1
|
||||
Host: localhost
|
||||
Content-Length: 10
|
||||
@@ -293,7 +293,7 @@ Connection: close
|
||||
self.load('empty')
|
||||
|
||||
def req():
|
||||
(resp, sock) = self.get(
|
||||
(_, sock) = self.get(
|
||||
headers={'Host': 'localhost', 'Connection': 'keep-alive'},
|
||||
start=True,
|
||||
read_timeout=1,
|
||||
|
||||
Reference in New Issue
Block a user