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
+1 -1
View File
@@ -10,7 +10,7 @@ const constants = require('../../constants.js'),
expect = require('expect.js'),
superagent = require('superagent');
describe('Cloudron API', function () {
describe('Cloudron', function () {
const { setup, cleanup, serverUrl, owner, user, dashboardFqdn } = common;
before(setup);