summaryrefslogtreecommitdiff
path: root/repoze/bfg/tests/test_configuration.py
diff options
context:
space:
mode:
Diffstat (limited to 'repoze/bfg/tests/test_configuration.py')
-rw-r--r--repoze/bfg/tests/test_configuration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/tests/test_configuration.py b/repoze/bfg/tests/test_configuration.py
index be9cd942c..5c677fdcd 100644
--- a/repoze/bfg/tests/test_configuration.py
+++ b/repoze/bfg/tests/test_configuration.py
@@ -1970,7 +1970,7 @@ class ConfiguratorTests(unittest.TestCase):
config = self._makeOne()
config.add_static_view('static', 'fixtures/static')
request_type = self._getRouteRequestIface(config, 'static')
- route = self._assertRoute(config, 'static', 'static*subpath')
+ route = self._assertRoute(config, 'static', 'static/*subpath')
self.assertEqual(route.factory.__class__, type(lambda x: x))
iface = implementedBy(StaticURLInfo)
wrapped = config.registry.adapters.lookup(