diff options
author | Ruben Pollan <meskio@sindominio.net> | 2017-02-09 17:24:25 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-02-23 00:26:46 +0100 |
commit | 59cd23bd3e23bf2b439ad26271733a1b5c8edf68 (patch) | |
tree | f8c82c7cc5e0e2fbda93e6fc92a08852a60d1961 /tests | |
parent | 9f2b3b55ef08d908220f0b401aeec375d1c5ea07 (diff) |
[feat] eliminate the active user from bonafide
Active user is now only a concept of the cli. For it we add a
~/.config/leap/bitmaskctl.cfg file.
- Resolves: #8769
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/core/test_web_api.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/unit/core/test_web_api.py b/tests/unit/core/test_web_api.py index f19505d0..5b51869f 100644 --- a/tests/unit/core/test_web_api.py +++ b/tests/unit/core/test_web_api.py @@ -191,11 +191,6 @@ class RESTApiTests(unittest.TestCase): self.assertCall(call, self.canned.bonafide.auth) @defer.inlineCallbacks - def test_bonafide_user_active(self): - call = yield self.makeAPICall('bonafide/user/active') - self.assertCall(call, self.canned.bonafide.get_active_user) - - @defer.inlineCallbacks def test_bonafide_user_logout(self): params = ['user@provider'] call = yield self.makeAPICall('bonafide/user/logout', |