fix test mail route

This commit is contained in:
Girish Ramakrishnan
2018-02-03 18:27:55 -08:00
parent d18fe0a40c
commit 2a7eabfa68
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -809,7 +809,7 @@ function setMailEnabled(domain, enabled, callback) {
function sendTestMail(domain, to, callback) {
assert.strictEqual(typeof domain, 'string');
assert.strictEqual(typeof to, 'object');
assert.strictEqual(typeof to, 'string');
assert.strictEqual(typeof callback, 'function');
get(domain, function (error, result) {