We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27339d commit 1ae2cd1Copy full SHA for 1ae2cd1
test/test_server.rb
@@ -203,7 +203,7 @@ def query_server_with_retry server
203
end
204
205
assert_equal "400", response.code
206
- assert_equal "unexpected token at 'not json'", response.body
+ assert_equal "unexpected token 'not' at line 1 column 1", response.body
207
assert_equal "text/plain; charset=utf-8", response["Content-Type"]
208
209
0 commit comments