summaryrefslogtreecommitdiff
path: root/server/src/leap/soledad/server/entrypoint.py
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/leap/soledad/server/entrypoint.py')
-rw-r--r--server/src/leap/soledad/server/entrypoint.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/server/src/leap/soledad/server/entrypoint.py b/server/src/leap/soledad/server/entrypoint.py
index 714490ae..cfc557a3 100644
--- a/server/src/leap/soledad/server/entrypoint.py
+++ b/server/src/leap/soledad/server/entrypoint.py
@@ -30,11 +30,8 @@ conf = get_config
class SoledadEntrypoint(SoledadSession):
- # the purpose of the entrypoint is to avoid trying to load the
- # configuration file during tests. This class will be more useful when we
- # add the blobs feature toggle. For now, the whole entrypoint
-
- pass
+ def __init__(self):
+ SoledadSession.__init__(self, conf)
# see the comments in application.py recarding why couch state has to be