Fix ipWhiteList test (#3181)

Port change seems to fix a timing issue.
This commit is contained in:
Kristjan ESPERANTO
2023-09-06 23:53:02 +02:00
committed by GitHub
parent ef20fe2d11
commit 9d49196e69
4 changed files with 7 additions and 4 deletions

View File

@@ -4,7 +4,8 @@
* MIT Licensed.
*/
let config = require(`${process.cwd()}/tests/configs/default.js`).configFactory({
ipWhitelist: []
ipWhitelist: [],
port: 8282
});
/*************** DO NOT EDIT THE LINE BELOW ***************/