cubicweb/web/test/unittest_web.py
changeset 11929 fcbd6b251d81
parent 11909 244cd7f407b8
child 12530 9d88e1177c35
--- a/cubicweb/web/test/unittest_web.py	Mon Jan 23 15:35:19 2017 +0100
+++ b/cubicweb/web/test/unittest_web.py	Fri Jan 27 16:26:09 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])