This commit is contained in:
Girish Ramakrishnan 2015-09-28 20:21:50 -07:00
parent c190d42096
commit fddc2bbd06
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});