We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c716f60 commit a196b6cCopy full SHA for a196b6c
test/errors.js
@@ -66,7 +66,7 @@ describe('Errors', function() {
66
fakeApi.patch('/result', function(req, res, next) {
67
res.send(204);
68
next();
69
- if(req.params.hydration_error.toString() === 'Error: Error when downloading file http://127.0.0.1:4244/notafile: 404') {
+ if(req.params.hydration_error.toString() === 'Error: Error downloading file, got status 404') {
70
done();
71
}
72
else {
0 commit comments