summaryrefslogtreecommitdiff
path: root/tests/functional/test_swiftclient.py
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-11-09 23:18:16 +0000
committerGerrit Code Review <review@openstack.org>2018-11-09 23:18:16 +0000
commit8778c91c71e83a40cfeedc4875ae3b66c7effb85 (patch)
treea604146934548364d77defa5bc12510e83285f51 /tests/functional/test_swiftclient.py
parent2d8836333b9b70cf794a60af4166fed71c375445 (diff)
parent411ef48e5bca1ed66a2e4dd7ecd8695e2bf6c94e (diff)
downloadpython-swiftclient-8778c91c71e83a40cfeedc4875ae3b66c7effb85.tar.gz
Merge "Stop leaking quite so many connections"
Diffstat (limited to 'tests/functional/test_swiftclient.py')
-rw-r--r--tests/functional/test_swiftclient.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/test_swiftclient.py b/tests/functional/test_swiftclient.py
index 0380d96..1d76a8d 100644
--- a/tests/functional/test_swiftclient.py
+++ b/tests/functional/test_swiftclient.py
@@ -108,6 +108,7 @@ class TestFunctional(unittest.TestCase):
self.conn.delete_container(container)
except swiftclient.ClientException:
pass
+ self.conn.close()
def _check_account_headers(self, headers):
headers_to_check = [