Fix quotation marks
This commit is contained in:
parent
ba9a734ba7
commit
b9c1653c1c
@ -99,7 +99,7 @@ export const testRunner = {
|
|||||||
const error = findAssertionErrorIfExists(summary, postmanCollectionRequestName, SCHEMA_ASSERTION_NAME);
|
const error = findAssertionErrorIfExists(summary, postmanCollectionRequestName, SCHEMA_ASSERTION_NAME);
|
||||||
const errorMessage = _.get(error, 'message');
|
const errorMessage = _.get(error, 'message');
|
||||||
expect(error).to.not.be.undefined();
|
expect(error).to.not.be.undefined();
|
||||||
expect(errorMessage).to.equal(`expected false to be true`);
|
expect(errorMessage).to.equal('expected false to be true');
|
||||||
});
|
});
|
||||||
it('passes when schema is valid', async () => {
|
it('passes when schema is valid', async () => {
|
||||||
nockInterceptor.reply(200, correctJson);
|
nockInterceptor.reply(200, correctJson);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user