Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test fixed
  • Loading branch information
eduardoChaucaGallegos committed Jul 17, 2025
commit 153f17966b33fda41cfb7d735aed55ea0082f488
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def test_call_rpc(self):
# Test unicode mixed with utf-8 as reported in Ticket #17959
d = {"results": ["foo", "bar"]}
a = {
"utf_str": b"\xe2\x88\x9a",
"utf_str": "\xe2\x88\x9a",
"unicode_str": "\xe2\x88\x9a",
}
self._mock_http(d)
Expand Down
Loading