test: fix provision test
This commit is contained in:
@@ -17,7 +17,10 @@ describe('Provision', function () {
|
||||
const { domainSetup, auditSource, cleanup } = common;
|
||||
|
||||
describe('Activate', function () {
|
||||
before(domainSetup);
|
||||
before(async function () {
|
||||
await domainSetup();
|
||||
if (!nock.isActive()) nock.activate();
|
||||
});
|
||||
after(cleanup);
|
||||
|
||||
it('cannot activate when appstore unreachable', async function () {
|
||||
|
||||
Reference in New Issue
Block a user