summaryrefslogtreecommitdiff
path: root/common/src/leap/soledad/common/tests/test_http_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/leap/soledad/common/tests/test_http_client.py')
-rw-r--r--common/src/leap/soledad/common/tests/test_http_client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/leap/soledad/common/tests/test_http_client.py b/common/src/leap/soledad/common/tests/test_http_client.py
index fcf5f75e..700ae3b6 100644
--- a/common/src/leap/soledad/common/tests/test_http_client.py
+++ b/common/src/leap/soledad/common/tests/test_http_client.py
@@ -35,6 +35,7 @@ from leap.soledad.server.auth import SoledadTokenAuthMiddleware
class TestSoledadClientBase(
TestWithScenarios,
test_http_client.TestHTTPClientBase):
+
"""
This class should be used to test Token auth.
"""