mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -04:00
tests: fix for fuzz tests
This commit is contained in:
parent
0b7ace83d5
commit
82b80236c7
3 changed files with 432 additions and 432 deletions
|
@ -2,7 +2,7 @@
|
|||
* Fuzz testing the import endpoint
|
||||
*/
|
||||
const fs = require('fs');
|
||||
const settings = require(__dirname+'/../../loadSettings').loadSettings();
|
||||
const settings = require(__dirname+'/../../../../tests/container/loadSettings.js').loadSettings();
|
||||
const host = "http://" + settings.ip + ":" + settings.port;
|
||||
const path = require('path');
|
||||
const async = require(__dirname+'/../../../../src/node_modules/async');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue