Formtting fix

pull/4717/head
Frank Elsinga 6 months ago committed by GitHub
parent b5a73e5ad7
commit 248aec8803
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -604,7 +604,7 @@ class Monitor extends BeanModel {
if (status) { if (status) {
bean.status = UP; bean.status = UP;
bean.msg = `JSON query passes (comparing ${response} ${this.jsonPathOperator} ${this.expectedValue})` bean.msg = `JSON query passes (comparing ${response} ${this.jsonPathOperator} ${this.expectedValue})`;
} else { } else {
throw new Error(`JSON query does not pass (comparing ${response} ${this.jsonPathOperator} ${this.expectedValue})`); throw new Error(`JSON query does not pass (comparing ${response} ${this.jsonPathOperator} ${this.expectedValue})`);
} }

Loading…
Cancel
Save