--- a/Allura/allura/tests/functional/test_static.py
+++ b/Allura/allura/tests/functional/test_static.py
@@ -3,6 +3,6 @@
class TestStatic(TestController):
def test_static_controller(self):
- self.app.get('/nf/_static_/hello_forge/js/comments.js')
- self.app.get('/nf/_static_/hello_forge/js/no_such_file.js', status=404)
+ self.app.get('/nf/_static_/Wiki/js/browse.js')
+ self.app.get('/nf/_static_/Wiki/js/no_such_file.js', status=404)
self.app.get('/nf/_static_/no_such_tool/js/comments.js', status=404)