mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
script: Delete group sessions script and fix issue where loadSettings has been moved breaking deletePad (#3973)
This commit is contained in:
parent
0dd9db4e99
commit
930e80d363
2 changed files with 52 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
const request = require('../src/node_modules/request');
|
||||
const settings = require(__dirname+'/../tests/backend/loadSettings').loadSettings();
|
||||
const settings = require(__dirname+'/../tests/container/loadSettings').loadSettings();
|
||||
const supertest = require(__dirname+'/../src/node_modules/supertest');
|
||||
const api = supertest('http://'+settings.ip+":"+settings.port);
|
||||
const path = require('path');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue