diff --git a/test/features.js b/test/features.js index d2f1284..84eabca 100644 --- a/test/features.js +++ b/test/features.js @@ -112,7 +112,7 @@ describe('unauthorized validation tests', () => { }); }); -describe('forbidden validation tests', async () => { +describe('forbidden validation tests', () => { let rev; beforeEach(async () => { const data = await setupWithDoc(); @@ -231,7 +231,7 @@ describe('exception validation tests', () => { }); }); -describe('attachment validation tests', async () => { +describe('attachment validation tests', () => { let rev; const forbiddenDesignDoc = { _id: '_design/test',