From 2c9cdff848ff14df19b17750f5e48ad3a9fc1edd Mon Sep 17 00:00:00 2001 From: vrana Date: Wed, 18 Jul 2012 18:24:46 -0700 Subject: [PATCH] Fix test --- .../view/__tests__/PhabricatorMetaMTAMailBodyTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/metamta/view/__tests__/PhabricatorMetaMTAMailBodyTestCase.php b/src/applications/metamta/view/__tests__/PhabricatorMetaMTAMailBodyTestCase.php index ca8d293f5f..4c9f0cf08c 100644 --- a/src/applications/metamta/view/__tests__/PhabricatorMetaMTAMailBodyTestCase.php +++ b/src/applications/metamta/view/__tests__/PhabricatorMetaMTAMailBodyTestCase.php @@ -83,7 +83,7 @@ EOTEXT; private function assertEmail($expect, $herald_hints, $reply_hints) { $env = PhabricatorEnv::beginScopedEnv(); - $env->overrideEnvConfig('phabricator.base-uri', 'http://test.com/'); + $env->overrideEnvConfig('phabricator.production-uri', 'http://test.com/'); $env->overrideEnvConfig('metamta.herald.show-hints', $herald_hints); $env->overrideEnvConfig('metamta.reply.show-hints', $reply_hints);