fix: lint fixes from suggested commit
This commit is contained in:
parent
b42bf792ed
commit
ee59e0fc96
|
|
@ -556,8 +556,7 @@ it('should not throw when fetchFailOnStatusCode is set to false inside APIReques
|
||||||
res.writeHead(404, { 'Content-Length': 10, 'Content-Type': 'text/plain' });
|
res.writeHead(404, { 'Content-Length': 10, 'Content-Type': 'text/plain' });
|
||||||
res.end('Not found.');
|
res.end('Not found.');
|
||||||
});
|
});
|
||||||
const response = await request.fetch(server.EMPTY_PAGE);
|
const response = await request.fetch(server.EMPTY_PAGE);
|
||||||
expect(response.status()).toBe(404);
|
expect(response.status()).toBe(404);
|
||||||
expect(error.message).toBeUndefined();
|
|
||||||
await request.dispose();
|
await request.dispose();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue