mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
@@ -24,7 +24,7 @@ class Echo:
|
|||||||
status: int
|
status: int
|
||||||
headers: Optional[Dict[str, str]]
|
headers: Optional[Dict[str, str]]
|
||||||
body: Optional[str]
|
body: Optional[str]
|
||||||
delay_ms: Optional[str]
|
delay_ms: Optional[int]
|
||||||
reason_phrase: Optional[str]
|
reason_phrase: Optional[str]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user