Skip to content

Conversation

@mnoszczak
Copy link
Contributor

response.text will make the best guess about the encoding, however when calculating offsets on the backend we assume 8 bytes = 1 character, which leads to content mismatch (with characters like ąęść... in the payload). Using response.content instead to verify checksum since that's what we're all about in this assertion

@mnoszczak mnoszczak requested a review from a team as a code owner April 4, 2024 10:46
@mnoszczak mnoszczak merged commit aae0046 into develop Apr 4, 2024
@mnoszczak mnoszczak deleted the mno/fix-exports-v2-streamable-latin-characters branch April 4, 2024 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants