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: https://github.com/LadybirdBrowser/ladybird/commit/e4bc6178b93 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
|
||||
body: str | None
|
||||
delay_ms: int | None
|
||||
headers: dict | None
|
||||
|
||||
|
||||
# In-memory store for echo responses
|
||||
|
|
Loading…
Add table
Reference in a new issue