summaryrefslogtreecommitdiff
path: root/service/test/unit/resources
diff options
context:
space:
mode:
authorZara Gebru <zgebru@thoughtworks.com>2016-12-06 15:46:33 +0100
committerZara Gebru <zgebru@thoughtworks.com>2016-12-06 15:46:33 +0100
commiteaf2019b6e977d1191e0ee12f694a02bb9612f83 (patch)
treefa8c7c9e5e99b613b8c4ef6247130782925edda8 /service/test/unit/resources
parent206423b83b910308bd9c314af03cf82e9a821974 (diff)
clean up parameters of authsessionwrapper
Diffstat (limited to 'service/test/unit/resources')
-rw-r--r--service/test/unit/resources/test_auth.py2
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 = '/'