outboundPort25 -> relay status

This commit is contained in:
Girish Ramakrishnan
2017-06-28 19:20:49 -05:00
parent 2df74ebe96
commit 2862fec819
5 changed files with 17 additions and 17 deletions

View File

@@ -816,7 +816,7 @@ describe('Settings API', function () {
expect(res.body.dns.ptr.status).to.eql(false);
// expect(res.body.ptr.value).to.eql(null); this will be anything random
expect(res.body.outboundPort25).to.be.an('object');
expect(res.body.relay).to.be.an('object');
done();
});