diff --git a/test/fixtures/config/memcheckFixture.js b/test/fixtures/config/memcheckFixture.js deleted file mode 100644 index d199407..0000000 --- a/test/fixtures/config/memcheckFixture.js +++ /dev/null @@ -1,19 +0,0 @@ -'use strict'; -module.exports = { - name: 'memory check fixture', - description: '', - checks: [ - { - type: 'memory', - name: 'test1', - severity: 3, - apps: 'all', - businessImpact: 'blah', - technicalSummary: 'god knows', - panicGuide: 'Don\'t Panic', - interval: '1m', - window: '10m', - threshold: 1 - } - ] -};