diff options
Diffstat (limited to 'tests/http/stuck.php')
-rw-r--r-- | tests/http/stuck.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/stuck.php b/tests/http/stuck.php index 7df8b0f7..2dea0572 100644 --- a/tests/http/stuck.php +++ b/tests/http/stuck.php @@ -8,4 +8,4 @@ function handleRequest(ServerRequestInterface $req, ResponseInterface $resp): Re sleep(10); $resp->getBody()->write(strtoupper($req->getQueryParams()['hello'])); return $resp->withStatus(201); -}
\ No newline at end of file +} |