From 64c54186eff000762c291758973ca8e5db28f606 Mon Sep 17 00:00:00 2001 From: NavaL Date: Fri, 24 Jun 2016 18:37:25 +0200 Subject: Issue #694 add an admin restricted resource for user stats --- service/test/support/integration/multi_user_client.py | 1 + 1 file changed, 1 insertion(+) (limited to 'service/test/support/integration') diff --git a/service/test/support/integration/multi_user_client.py b/service/test/support/integration/multi_user_client.py index 656e0901..d6133e64 100644 --- a/service/test/support/integration/multi_user_client.py +++ b/service/test/support/integration/multi_user_client.py @@ -60,6 +60,7 @@ class MultiUserClient(AppTestClient): leap_session.fresh_account = False self.leap_session = leap_session self.services = self._test_account.services + self.user_auth = user_auth self._set_leap_srp_auth(username, password, user_auth) when(LeapSessionFactory).create(username, password, user_auth).thenReturn(leap_session) -- cgit v1.2.3