diff options
author | Zara Gebru <zgebru@thoughtworks.com> | 2016-12-06 15:46:33 +0100 |
---|---|---|
committer | Zara Gebru <zgebru@thoughtworks.com> | 2016-12-06 15:46:33 +0100 |
commit | eaf2019b6e977d1191e0ee12f694a02bb9612f83 (patch) | |
tree | fa8c7c9e5e99b613b8c4ef6247130782925edda8 /service/test | |
parent | 206423b83b910308bd9c314af03cf82e9a821974 (diff) |
clean up parameters of authsessionwrapper
Diffstat (limited to 'service/test')
-rw-r--r-- | service/test/unit/resources/test_auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/unit/resources/test_auth.py b/service/test/unit/resources/test_auth.py index b43ab15e..3dc3e29f 100644 --- a/service/test/unit/resources/test_auth.py +++ b/service/test/unit/resources/test_auth.py @@ -45,7 +45,7 @@ class TestPixelatedAuthSessionWrapper(unittest.TestCase): self.root_resource = RootResource(services_factory, get_static_folder()) self.anonymous_resource = RootResource(services_factory, get_static_folder(), public=True) - self.session_wrapper = PixelatedAuthSessionWrapper(self.portal, self.root_resource, self.anonymous_resource) + self.session_wrapper = PixelatedAuthSessionWrapper(self.portal) self.request = DummyRequest([]) self.request.prepath = [''] self.request.path = '/' |