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
@@ -12,7 +12,7 @@ const common = require('./common.js'),
timers = require('timers/promises'),
tokens = require('../../tokens.js');
describe('REST API', function () {
describe('API', function () {
const { setup, cleanup, serverUrl, owner, user } = common;
before(setup);