-
Notifications
You must be signed in to change notification settings - Fork 43
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
Empty query params in httpx 0.23.1 #222
Comments
Spot on again! 😉 |
Not sure if we should keep that test, i.e. keep support and allow matching We already have the support for Maybe better to be strict now that |
Agreed. Either drop the test case, or set the expected result to (I edited my initial comment with the actual value from the code ( |
But dropping it ensures tests pass for all httpx versions if you don't want to add a version constraint on |
Yeah, I'd say flipping the expected test result to
I think it's fine leaving it even though the test suite breaks on this particular test-case on an old httpx version, I mean that specific contains-match is an undocumented feature so I don't think we need to require httpx |
Fixed by #223 |
Thanks! |
Thanks! ... now released in |
All good! |
encode/httpx#2354
Empty query param is now kept:
which breaks at least one test:
The text was updated successfully, but these errors were encountered: