summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/dummy.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/bitmask/core/dummy.py')
-rw-r--r--src/leap/bitmask/core/dummy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/core/dummy.py b/src/leap/bitmask/core/dummy.py
index 99dfafa5..7b6be397 100644
--- a/src/leap/bitmask/core/dummy.py
+++ b/src/leap/bitmask/core/dummy.py
@@ -73,7 +73,7 @@ class BonafideService(HookableService):
def do_signup(self, user, password):
return {'signup': 'ok', 'user': 'dummyuser@provider.example.org'}
- def do_logout(self, user, password):
+ def do_logout(self, user):
return {'logout': 'ok'}
def do_get_active_user(self):