pull/4717/head
Matt Visnovsky 6 months ago
parent 9820f57c64
commit 6fc0cbf415

@ -50,8 +50,6 @@ class SNMPMonitorType extends MonitorType {
} 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})`);
} }
} catch (err) {
throw err;
} finally { } finally {
if (session) { if (session) {
session.close(); session.close();

Loading…
Cancel
Save