From b4add4e3481ef5a3d53f8af0739bc3b8048d32bf Mon Sep 17 00:00:00 2001 From: NavaL Date: Fri, 24 Jun 2016 19:25:39 +0200 Subject: added dummy user attribute to SRPsession as the constructor changed -- fixing build -- Issue #694 --- service/test/support/integration/app_test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test/support') diff --git a/service/test/support/integration/app_test_client.py b/service/test/support/integration/app_test_client.py index a66fc62b..c2bf22cb 100644 --- a/service/test/support/integration/app_test_client.py +++ b/service/test/support/integration/app_test_client.py @@ -137,7 +137,7 @@ class StubSRPChecker(object): self._credentials[username] = password def requestAvatarId(self, credentials): - leap_auth = SRPSession(credentials.username, uuid.uuid4(), uuid.uuid4(), uuid.uuid4()) + leap_auth = SRPSession(credentials.username, uuid.uuid4(), uuid.uuid4(), uuid.uuid4(), {}) return defer.succeed(LeapSession(self._leap_provider, leap_auth, None, None, None, None)) -- cgit v1.2.3