We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66c1e1 commit cdce261Copy full SHA for cdce261
tests/unit/test_datastructures/test_headers.py
@@ -358,7 +358,6 @@ def test_etag_to_header_weak() -> None:
358
(
359
("text/plain", ["text/plain"], "text/plain"),
360
("text/plain", [MediaType.TEXT], MediaType.TEXT),
361
- ("text/plain", ["text/plain"], "text/plain"),
362
("text/plain", ["text/html"], None),
363
("text/*", ["text/html"], "text/html"),
364
("*/*", ["text/html"], "text/html"),
0 commit comments