Skip to content

Commit cdce261

Browse files
authored
Remove a duplicate test case
1 parent a66c1e1 commit cdce261

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/test_datastructures/test_headers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ def test_etag_to_header_weak() -> None:
358358
(
359359
("text/plain", ["text/plain"], "text/plain"),
360360
("text/plain", [MediaType.TEXT], MediaType.TEXT),
361-
("text/plain", ["text/plain"], "text/plain"),
362361
("text/plain", ["text/html"], None),
363362
("text/*", ["text/html"], "text/html"),
364363
("*/*", ["text/html"], "text/html"),

0 commit comments

Comments
 (0)