summaryrefslogtreecommitdiff
path: root/packages/db/test/test-utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/db/test/test-utils.js')
-rw-r--r--packages/db/test/test-utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/db/test/test-utils.js b/packages/db/test/test-utils.js
index b80daa419..ea2e893a1 100644
--- a/packages/db/test/test-utils.js
+++ b/packages/db/test/test-utils.js
@@ -90,7 +90,7 @@ function createRemoteDbServer() {
let json;
try {
json = JSON.parse(Buffer.concat(rawBody).toString());
- } catch (e) {
+ } catch {
applyParseError(res);
return;
}