CRM-20401: adjust test to fit corrected code behavior.
authorAllen Shaw <allen@JoineryHQ.com>
Tue, 13 Jun 2017 16:11:27 +0000 (11:11 -0500)
committerAllen Shaw <allen@JoineryHQ.com>
Tue, 13 Jun 2017 16:11:27 +0000 (11:11 -0500)
tests/phpunit/api/v3/ContributionTest.php

index 4fa292cbe5cefb4a08aafe40ce616b13f382e4f6..44816332dac3da25b7ee65cf94f07d1eb536644b 100644 (file)
@@ -2473,7 +2473,7 @@ class api_v3_ContributionTest extends CiviUnitTestCase {
 
     $this->mut->checkMailLog(array(
       'is_recur:::1',
-      'cancelSubscriptionUrl:::http://dummy.com',
+      'cancelSubscriptionUrl:::'. CIVICRM_UF_BASEURL,
     ));
     $this->mut->stop();
     $this->revertTemplateToReservedTemplate();