mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 07:22:22 +00:00
Tests/LibWeb: Remove duplicate "headers" property in HTTP echo request
This commit is contained in:
parent
7c9a162f99
commit
e4bc6178b9
Notes:
github-actions[bot]
2024-12-06 06:10:52 +00:00
Author: https://github.com/rmg-x
Commit: e4bc6178b9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2802
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ class Echo:
|
||||||
headers: Dict[str, str] | None
|
headers: Dict[str, str] | None
|
||||||
body: str | None
|
body: str | None
|
||||||
delay_ms: int | None
|
delay_ms: int | None
|
||||||
headers: dict | None
|
|
||||||
|
|
||||||
|
|
||||||
# In-memory store for echo responses
|
# In-memory store for echo responses
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue