Skip to content

Commit

Permalink
Another fix x86 CI differences.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Feb 12, 2024
1 parent 34d34a9 commit c492328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/proxy/logging/test_special_chars.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def test_invalid_utf8_encoding_in_url_path_url_params_headers
expected_raw_in_url_query = url_encoded
# See above for differences in platform.
if RUBY_PLATFORM.start_with?("x86_64")
expected_raw_in_header = "£"
expected_raw_in_header = "\uE0A3"
else
expected_raw_in_header = ""
end
Expand Down

0 comments on commit c492328

Please sign in to comment.