fix typo
This commit is contained in:
parent
c190d42096
commit
fddc2bbd06
@ -64,7 +64,7 @@ describe('Appstore new user flow', function () {
|
|||||||
async.series([
|
async.series([
|
||||||
cloudron.checkSPF.bind(cloudron),
|
cloudron.checkSPF.bind(cloudron),
|
||||||
cloudron.checkDKIM.bind(cloudron),
|
cloudron.checkDKIM.bind(cloudron),
|
||||||
cloudron.CheckDMARC.bind(cloudron)
|
cloudron.checkDMARC.bind(cloudron)
|
||||||
], done);
|
], done);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user