Skip to content

Commit b4c9936

Browse files
committed
fix test expected error message
1 parent 43b23bf commit b4c9936

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_match /unexpected token/, response.body
206+
assert_match "/unexpected token/", response.body
207207
assert_equal "text/plain; charset=utf-8", response["Content-Type"]
208208
end
209209

0 commit comments

Comments
 (0)