mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
refactor: use core supplied mappings
This commit is contained in:
committed by
Rainer Killinger
parent
614a1b1e9b
commit
43a89ec4f2
@@ -29,7 +29,6 @@ import {getTransport} from '../../common';
|
||||
import { expect } from 'chai';
|
||||
import sinon from 'sinon';
|
||||
import cron from 'node-cron';
|
||||
import * as templating from '../../../src/storage/elasticsearch/templating';
|
||||
|
||||
describe('Monitoring', async function () {
|
||||
const sandbox = sinon.createSandbox();
|
||||
@@ -51,7 +50,6 @@ describe('Monitoring', async function () {
|
||||
transport = getTransport(true);
|
||||
mailQueue = new MailQueue(transport);
|
||||
cronScheduleStub = sandbox.stub(cron, 'schedule');
|
||||
sandbox.stub(templating, 'checkESTemplate');
|
||||
});
|
||||
afterEach(async function () {
|
||||
sandbox.restore();
|
||||
|
||||
Reference in New Issue
Block a user