summaryrefslogtreecommitdiff
path: root/repoze/bfg/tests/test_static.py
diff options
context:
space:
mode:
Diffstat (limited to 'repoze/bfg/tests/test_static.py')
-rw-r--r--repoze/bfg/tests/test_static.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/tests/test_static.py b/repoze/bfg/tests/test_static.py
index 508db0d90..d9893ab2f 100644
--- a/repoze/bfg/tests/test_static.py
+++ b/repoze/bfg/tests/test_static.py
@@ -311,7 +311,7 @@ class TestStaticURLInfo(unittest.TestCase):
inst.add('view', 'anotherpackage:path', cache_max_age=1)
expected = [('view', 'anotherpackage:path', False)]
self.assertEqual(inst.registrations, expected)
- self.assertEqual(config.arg, ('view', 'view*subpath'))
+ self.assertEqual(config.arg, ('view', 'view/*subpath'))
self.assertEqual(config.kw['_info'], None)
self.assertEqual(config.kw['view_for'], self._getTargetClass())
self.assertEqual(config.kw['factory'](), inst)