Tests/LibWeb: Remove duplicate "headers" property in HTTP echo request

This commit is contained in:
rmg-x 2024-12-05 19:17:02 -06:00 committed by Tim Ledbetter
parent 7c9a162f99
commit e4bc6178b9
Notes: github-actions[bot] 2024-12-06 06:10:52 +00:00

View file

@ -25,7 +25,6 @@ class Echo:
headers: Dict[str, str] | None
body: str | None
delay_ms: int | None
headers: dict | None
# In-memory store for echo responses