diff --git a/docs/recipes/endpoint-testing.md b/docs/recipes/endpoint-testing.md index d0e85660f..bd5d18432 100644 --- a/docs/recipes/endpoint-testing.md +++ b/docs/recipes/endpoint-testing.md @@ -40,7 +40,6 @@ test.serial('404', async t => { {message: /Request failed with status code 404 Not Found/, instanceOf: HTTPError}, ); }); - ``` Other libraries you may find useful: