summaryrefslogtreecommitdiff
path: root/service/test/support/integration/multi_user_client.py
diff options
context:
space:
mode:
authorNavaL <ayoyo@thoughtworks.com>2016-10-28 17:18:59 +0200
committerNavaL <ayoyo@thoughtworks.com>2016-10-28 18:05:39 +0200
commit9209525c5e88e4314711359b4e9fa42d6958403d (patch)
treea630187bac51920c4214247772fd5bad67980825 /service/test/support/integration/multi_user_client.py
parent701d2baa3a2e923e1718ef5b9cacc78713cb9649 (diff)
removing obsolete Leap_password_checker #795
Diffstat (limited to 'service/test/support/integration/multi_user_client.py')
-rw-r--r--service/test/support/integration/multi_user_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/support/integration/multi_user_client.py b/service/test/support/integration/multi_user_client.py
index 79ab64c1..82acb210 100644
--- a/service/test/support/integration/multi_user_client.py
+++ b/service/test/support/integration/multi_user_client.py
@@ -48,7 +48,7 @@ class MultiUserClient(AppTestClient):
root_resource = RootResource(self.service_factory)
leap_provider = mock()
self.credentials_checker = StubSRPChecker(leap_provider)
- self.resource = set_up_protected_resources(root_resource, leap_provider, self.service_factory, checker=self.credentials_checker)
+ self.resource = set_up_protected_resources(root_resource, leap_provider, self.service_factory)
def _mock_bonafide_auth(self, username, password):
if username == 'username' and password == 'password':