From ec0ee07b17e4a41615e4bce4777fec3a387f6c11 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 23 May 2016 23:17:34 -0700 Subject: [PATCH] test: email works now --- src/routes/test/apps-test.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/routes/test/apps-test.js b/src/routes/test/apps-test.js index 054b0adba..6bac0380d 100644 --- a/src/routes/test/apps-test.js +++ b/src/routes/test/apps-test.js @@ -755,7 +755,6 @@ describe('Apps', function () { expect(!err).to.be.ok(); expect(res.statusCode).to.equal(200); - delete res.body.email; // sendmail auth fails delete res.body.sendmail; // sendmail auth fails delete res.body.recvmail; // dovecot mail delivery won't work delete res.body.stdenv; // cannot access APP_ORIGIN @@ -917,7 +916,6 @@ describe('Apps', function () { expect(!err).to.be.ok(); expect(res.statusCode).to.equal(200); - delete res.body.email; // sendmail auth fails delete res.body.sendmail; // sendmail auth fails delete res.body.recvmail; // dovecot mail delivery won't work delete res.body.stdenv; // cannot access APP_ORIGIN @@ -1191,7 +1189,6 @@ describe('Apps', function () { expect(!err).to.be.ok(); expect(res.statusCode).to.equal(200); - delete res.body.email; // sendmail auth fails delete res.body.sendmail; // sendmail auth fails delete res.body.recvmail; // dovecot mail delivery won't work delete res.body.stdenv; // cannot access APP_ORIGIN @@ -1363,7 +1360,6 @@ describe('Apps', function () { expect(!err).to.be.ok(); expect(res.statusCode).to.equal(200); - delete res.body.email; // sendmail auth fails delete res.body.sendmail; // sendmail auth fails delete res.body.recvmail; // dovecot mail delivery won't work delete res.body.stdenv; // cannot access APP_ORIGIN