blob: 0fc3138982403009c68064563d390be7c3da5654 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/tests/functional/test_clidriver.py
+++ b/tests/functional/test_clidriver.py
@@ -46,6 +46,7 @@ class TestSession(BaseCLIDriverTest):
self._responses = []
def tearDown(self):
+ super(TestSession, self).tearDown()
self._urllib3_patch.stop()
def get_response(self, request):
|