We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e61ec commit 7328ad7Copy full SHA for 7328ad7
test/integration/index.spec.js
@@ -1912,7 +1912,7 @@ describe("Test body-parsers", () => {
1912
expect(res.body).toEqual({
1913
"code": 400,
1914
"type": "entity.parse.failed",
1915
- "message": process.version.startsWith("v20")? "Unexpected token 'i', \"#\" is not valid JSON": "Unexpected token i in JSON at position 0",
+ "message": process.version.startsWith("v2")? "Unexpected token 'i', \"#\" is not valid JSON": "Unexpected token i in JSON at position 0",
1916
"name": "MoleculerError"
1917
});
1918
}).then(() => broker.stop()).catch(err => broker.stop().then(() => { throw err; }));
0 commit comments