mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01: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
|
|
@ -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…
Reference in New Issue
Block a user