make tests work again

This commit is contained in:
Girish Ramakrishnan
2023-08-14 11:08:38 +05:30
parent 4acbb7136a
commit 4b1b38be63
6 changed files with 10 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ const constants = require('../../constants.js'),
safe = require('safetydance'),
superagent = require('superagent');
describe('Cloudron API', function () {
describe('System', function () {
const { setup, cleanup, serverUrl, owner, user, waitForTask } = common;
before(setup);