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 cfc6bcb commit dd850e0Copy full SHA for dd850e0
api-builder-plugin-fn-xml-node/test/json2xmlTest.js
@@ -48,7 +48,7 @@ describe('json2xmlTest', () => {
48
expect(output).to.equal('error');
49
expect(value).to.be.instanceOf(Error)
50
.and.to.have.property('message');
51
- expect(value.message).to.include('Failed to convert JSON into XML. Error: Unexpected token ] in JSON at position 92');
+ expect(value.message).to.include('Failed to convert JSON into XML. Error: Unexpected token ] in JSON');
52
});
53
54
it('should fail with an empty Javascript object', async () => {
0 commit comments