Removed comments in settings test. (#6431)

* Removed comments in settings test.

* Fixed admin tests.
This commit is contained in:
SamTV12345 2024-06-05 21:36:05 +02:00 committed by GitHub
parent 5cbf644f83
commit 94985923a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 681 deletions

View file

@ -1,7 +1,7 @@
'use strict';
const DB = require('./DB');
const Store = require('express-session').Store;
const Store = require('@etherpad/express-session').Store;
const log4js = require('log4js');
const util = require('util');