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