From b3bddb2c990cc0adfd64851428781ba3f4691daa Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Wed, 29 Sep 2021 21:59:22 +0200 Subject: [PATCH] fix without_modules.js --- tests/configs/without_modules.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/configs/without_modules.js b/tests/configs/without_modules.js index a90115d4..50ff521e 100644 --- a/tests/configs/without_modules.js +++ b/tests/configs/without_modules.js @@ -4,9 +4,7 @@ * MIT Licensed. */ let config = { - ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.10.1"], - - units: "metric" + ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.10.1"] }; /*************** DO NOT EDIT THE LINE BELOW ***************/