diff options
Diffstat (limited to 'repoze/bfg/tests/test_router.py')
| -rw-r--r-- | repoze/bfg/tests/test_router.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/tests/test_router.py b/repoze/bfg/tests/test_router.py index d2fbf4b2d..ac77508ef 100644 --- a/repoze/bfg/tests/test_router.py +++ b/repoze/bfg/tests/test_router.py @@ -46,7 +46,7 @@ class TestRouter(unittest.TestCase): def __init__(self, root): self.root = root - def __call__(self, path): + def __call__(self, request): values = {'root':self.root, 'context':context, 'view_name':view_name, |
