Skip to content

Commit 1ae2cd1

Browse files
committed
fix test expected error message
1 parent e27339d commit 1ae2cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def query_server_with_retry server
203203
end
204204

205205
assert_equal "400", response.code
206-
assert_equal "unexpected token at 'not json'", response.body
206+
assert_equal "unexpected token 'not' at line 1 column 1", response.body
207207
assert_equal "text/plain; charset=utf-8", response["Content-Type"]
208208
end
209209

0 commit comments

Comments
 (0)