fix: lint fixes from suggested commit
This commit is contained in:
parent
b42bf792ed
commit
ee59e0fc96
|
|
@ -558,6 +558,5 @@ it('should not throw when fetchFailOnStatusCode is set to false inside APIReques
|
|||
});
|
||||
const response = await request.fetch(server.EMPTY_PAGE);
|
||||
expect(response.status()).toBe(404);
|
||||
expect(error.message).toBeUndefined();
|
||||
await request.dispose();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue