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) {
|
it('has setup DNS records correctly', function (done) {
|
||||||
async.series([
|
async.series([
|
||||||
cloudron.checkSPF,
|
cloudron.checkSPF.bind(cloudron),
|
||||||
cloudron.checkDKIM,
|
cloudron.checkDKIM.bind(cloudron),
|
||||||
cloudron.CheckDMARC
|
cloudron.CheckDMARC.bind(cloudron)
|
||||||
], done);
|
], done);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user