Commit f3adbc97 authored by olivier R-D's avatar olivier R-D

fix typo, thanks Thus0

parent 3620aa0d
......@@ -383,7 +383,7 @@ class Client(object):
if not username and not certificate:
self._add_anonymous_auth(params)
elif certificate:
self._add_cetificate_auth(params, certificate, challenge)
self._add_certificate_auth(params, certificate, challenge)
else:
self._add_user_auth(params, username, password)
return self.uaclient.activate_session(params)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment