notifications: delete obsolete alerts

This commit is contained in:
Girish Ramakrishnan
2021-06-23 22:44:30 -07:00
parent 89607d2c64
commit 54dec7ae08
3 changed files with 47 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ const common = require('./common.js'),
notifications = require('../../notifications.js'),
superagent = require('superagent');
describe('Volumes API', function () {
describe('Notifications API', function () {
const { setup, cleanup, serverUrl, owner } = common;
before(setup);