Skip to content

Commit a196b6c

Browse files
committed
fix test
1 parent c716f60 commit a196b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('Errors', function() {
6666
fakeApi.patch('/result', function(req, res, next) {
6767
res.send(204);
6868
next();
69-
if(req.params.hydration_error.toString() === 'Error: Error when downloading file http://127.0.0.1:4244/notafile: 404') {
69+
if(req.params.hydration_error.toString() === 'Error: Error downloading file, got status 404') {
7070
done();
7171
}
7272
else {

0 commit comments

Comments
 (0)