crazy ol' js
This commit is contained in:
parent
5c58e861f3
commit
c190d42096
@ -62,9 +62,9 @@ describe('Appstore new user flow', function () {
|
||||
|
||||
it('has setup DNS records correctly', function (done) {
|
||||
async.series([
|
||||
cloudron.checkSPF,
|
||||
cloudron.checkDKIM,
|
||||
cloudron.CheckDMARC
|
||||
cloudron.checkSPF.bind(cloudron),
|
||||
cloudron.checkDKIM.bind(cloudron),
|
||||
cloudron.CheckDMARC.bind(cloudron)
|
||||
], done);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user