diff options
| author | Zuul <zuul@review.openstack.org> | 2018-11-09 23:18:16 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-11-09 23:18:16 +0000 |
| commit | 8778c91c71e83a40cfeedc4875ae3b66c7effb85 (patch) | |
| tree | a604146934548364d77defa5bc12510e83285f51 /tests/functional/test_swiftclient.py | |
| parent | 2d8836333b9b70cf794a60af4166fed71c375445 (diff) | |
| parent | 411ef48e5bca1ed66a2e4dd7ecd8695e2bf6c94e (diff) | |
| download | python-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.py | 1 |
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 = [ |
