cubicweb/web/test/unittest_web.py
branch3.24
changeset 11909 244cd7f407b8
parent 11159 b07406dae25e
child 12530 9d88e1177c35
--- a/cubicweb/web/test/unittest_web.py	Thu Jan 12 13:40:25 2017 +0100
+++ b/cubicweb/web/test/unittest_web.py	Fri Jan 20 03:54:43 2017 +0100
@@ -51,7 +51,7 @@
         cbname = url.split()[1][:-2]
         self.assertMultiLineEqual(
             'function %s() { $("#foo").loadxhtml("http://testing.fr/cubicweb/ajax?%s",'
-            '{pageid: "%s"},"get","replace"); }' %
+            '{"pageid": "%s"},"get","replace"); }' %
             (cbname, qs, req.pageid),
             req.html_headers.post_inlined_scripts[0])