Skip to content

Commit 7328ad7

Browse files
committed
fix error msg check
1 parent 16e61ec commit 7328ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/index.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,7 @@ describe("Test body-parsers", () => {
19121912
expect(res.body).toEqual({
19131913
"code": 400,
19141914
"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",
1915+
"message": process.version.startsWith("v2")? "Unexpected token 'i', \"#\" is not valid JSON": "Unexpected token i in JSON at position 0",
19161916
"name": "MoleculerError"
19171917
});
19181918
}).then(() => broker.stop()).catch(err => broker.stop().then(() => { throw err; }));

0 commit comments

Comments
 (0)