Fix error message in assertion
This commit is contained in:
parent
4b817062d8
commit
2ace705122
@ -228,7 +228,7 @@ describe('tests from old api translated to multilayer', function() {
|
||||
},
|
||||
function(res) {
|
||||
var parsed = JSON.parse(res.body);
|
||||
assert.deepEqual(parsed.errors, [ 'Unexpected token W' ]);
|
||||
assert.deepEqual(parsed.errors, [ 'Unexpected token W in JSON at position 0' ]);
|
||||
|
||||
done();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user