Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tests for new mocket version #141

Merged
merged 1 commit into from
Mar 1, 2023
Merged

Conversation

oschwald
Copy link
Member

Mocket 3.11.0 switched to a new package for parsing HTTP requests. This
changed the header normalization. Unfortunately, the library does not
seem to expose a method on the request object that normalizes the
header name before checking for it; as such, we normalize them
to lowercase ourselves.

Mocket 3.11.0 switched to a new package for parsing HTTP requests. This
changed the header normalization. Unfortunately, the library does not
seem to expose a method on the request object that normalizes the
header name before checking for it; as such, we normalize them
to lowercase ourselves.
@shadromani shadromani merged commit b2c4531 into main Mar 1, 2023
@shadromani shadromani deleted the greg/fix-header-test branch March 1, 2023 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants