Skip to content

Commit a6c95df

Browse files
committed
cleanup after the tests
1 parent 631ca2c commit a6c95df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def setup_method(self, method):
1111
self.client = Client("http://localhost:9090")
1212

1313
def teardown_method(self, method):
14-
pass
14+
self.client.close()
1515

1616
def test_headers_type(self):
1717
"""

0 commit comments

Comments
 (0)