mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 10:09:14 +00:00
Tests/LibWeb: Fix type for delay_ms property in HTTP echo server
This was mistakenly changed from int -> str in a previous commit:
08b8c88ac3
This commit is contained in:
parent
e27c59047a
commit
0cd4c26ae8
Notes:
github-actions[bot]
2024-12-07 15:50:07 +00:00
Author: https://github.com/rmg-x
Commit: 0cd4c26ae8
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2825
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Echo:
|
|||
status: int
|
||||
headers: Optional[Dict[str, str]]
|
||||
body: Optional[str]
|
||||
delay_ms: Optional[str]
|
||||
delay_ms: Optional[int]
|
||||
reason_phrase: Optional[str]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue