hello
it seems wrong to test like this
self.assertTrue('"callback" parameter required' in r.body)
the body should content something like this
c["\"callback\" parameter required"]
or like this
p("c[\"\"callback\" parameter required\"]");
so?
and test fails
hello
it seems wrong to test like this
the body should content something like this
c["\"callback\" parameter required"]or like this
so?
and test fails