summaryrefslogtreecommitdiff
path: root/kazoo/tests/test_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'kazoo/tests/test_client.py')
-rw-r--r--kazoo/tests/test_client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/kazoo/tests/test_client.py b/kazoo/tests/test_client.py
index 2eba7b4..d05cacb 100644
--- a/kazoo/tests/test_client.py
+++ b/kazoo/tests/test_client.py
@@ -256,6 +256,8 @@ class TestAuthentication(KazooTestCase):
with pytest.raises(AuthFailedError):
client.add_auth("unknown-scheme", digest_auth)
+ client.stop()
+
def test_add_auth_on_reconnect(self):
client = self._get_client()
client.start()