summaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests')
-rw-r--r--python/tests/LibertyEnabledProxy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tests/LibertyEnabledProxy.py b/python/tests/LibertyEnabledProxy.py
index 92582a33..0c81ad2d 100644
--- a/python/tests/LibertyEnabledProxy.py
+++ b/python/tests/LibertyEnabledProxy.py
@@ -38,12 +38,12 @@ class LibertyEnabledProxyMixin(IdentityProviderMixin, ServiceProviderMixin):
return ServiceProviderMixin.login(self, handler)
def login_failed(self, handler):
- # Before, this proxy was considered as a service provider. Now it acts again as a service
+ # Before, this proxy was considered as a service provider. Now it acts again as an identity
# provider.
return self.login_done(handler, False, None)
def assertionConsumer_done(self, handler):
- # Before, this proxy was considered as a service provider. Now it acts again as a service
+ # Before, this proxy was considered as a service provider. Now it acts again as an identity
# provider.
# FIXME: We should retrieve authentication method from session.lassoSessionDump.
return self.login_done(handler, True, lasso.samlAuthenticationMethodPassword)