summaryrefslogtreecommitdiff
path: root/test/nagios/support/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/nagios/support/user.py')
-rw-r--r--test/nagios/support/user.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nagios/support/user.py b/test/nagios/support/user.py
index 8e49c4b..912de89 100644
--- a/test/nagios/support/user.py
+++ b/test/nagios/support/user.py
@@ -19,6 +19,7 @@ class User():
self.verify_server(auth)
if not self.is_authenticated():
raise Exception('user is not authenticated')
+ return auth
def init_authentication(self, api):
uname, A = self.srp_user.start_authentication()