fix tests

This commit is contained in:
Karsten Hassel
2021-07-05 18:08:56 +02:00
parent 659e1da79d
commit 7cfc3458ec
2 changed files with 8 additions and 12 deletions

View File

@@ -3,7 +3,11 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed.
*/
let config = require("./default.js");
let config = {
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.10.1"]
};
config = Object.assign(require("./default.js"), config);
delete config.modules;
/*************** DO NOT EDIT THE LINE BELOW ***************/