We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Which test? Can you link to a line?
Sorry, something went wrong.
sockjs-protocol/sockjs-protocol.py
Line 1111 in 532a8c0
Line 1102 in 532a8c0
Line 1046 in 532a8c0
Line 1037 in 532a8c0
but may be more.. i cannot test it for now
and i mean the body
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: