From 1604fa932478d507fa0e378a62b35dc992f28078 Mon Sep 17 00:00:00 2001 From: eileen Date: Sat, 10 Aug 2019 15:46:31 +1200 Subject: [PATCH] Update test to reflect test setup change --- tests/phpunit/api/v3/PaymentTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/PaymentTest.php b/tests/phpunit/api/v3/PaymentTest.php index 6395c462a9..8f0bf927e0 100644 --- a/tests/phpunit/api/v3/PaymentTest.php +++ b/tests/phpunit/api/v3/PaymentTest.php @@ -167,7 +167,7 @@ class api_v3_PaymentTest extends CiviUnitTestCase { $payment = $this->callAPISuccess('payment', 'create', $params); $this->callAPISuccess('Payment', 'sendconfirmation', ['id' => $payment['id']]); - $mut->assertSubjects(['Payment Receipt - Annual CiviCRM meet']); + $mut->assertSubjects(['Payment Receipt - Annual CiviCRM meet', 'Registration Confirmation - Annual CiviCRM meet']); $mut->checkMailLog([ 'Dear Anthony,', 'A payment has been received.', -- 2.25.1