diff options
author | Azul <azul@leap.se> | 2014-04-15 09:47:07 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-04-17 10:39:59 +0200 |
commit | a14f66c2642ff43c2cc497b0597bfb17d19a7139 (patch) | |
tree | 05c3d2f6a2fec60e5709f4d110894722a446b0b2 /test/nagios/soledad_sync.py | |
parent | 3513ad74f950b113af1ba1e3d06bc6a55c48fde5 (diff) |
refactor nagios tests, remove parse
Diffstat (limited to 'test/nagios/soledad_sync.py')
-rwxr-xr-x | test/nagios/soledad_sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nagios/soledad_sync.py b/test/nagios/soledad_sync.py index 94679b1..faf552a 100755 --- a/test/nagios/soledad_sync.py +++ b/test/nagios/soledad_sync.py @@ -52,7 +52,7 @@ def get_soledad_info(config, tempdir): api = config['api'] usr = srp.User( user['username'], user['password'], srp.SHA256, srp.NG_1024 ) try: - auth = webapp_login.parse(webapp_login.authenticate(api, usr)) + auth = webapp_login.authenticate(api, usr) except requests.exceptions.ConnectionError: fail('no connection to server') # get soledad server url |