cubicweb/web/test/unittest_application.py
changeset 11800 3cd5ac8d43ed
parent 11799 1bdfe9d4ab83
child 11828 a06cf11f7d87
--- a/cubicweb/web/test/unittest_application.py	Fri Nov 04 13:12:10 2016 +0100
+++ b/cubicweb/web/test/unittest_application.py	Fri Nov 04 11:19:11 2016 +0100
@@ -762,7 +762,7 @@
 
     def test_handle_deprecation(self):
         """Test deprecation warning for *_handle methods."""
-        with self.admin_access.web_request(url='nothing') as req:
+        with self.admin_access.web_request(url='foo') as req:
             with self.assertWarns(DeprecationWarning) as cm:
                 self.app.core_handle(req, 'foo')
             self.assertIn('path argument got removed from "core_handle"',