From 274775ccc66eae7f20eab5d3f8bb38fa4c5e87f6 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 21 Jan 2014 09:47:34 -0800 Subject: [PATCH] CRM-14028 - Fix test --- tests/phpunit/api/v3/ParticipantPaymentTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/ParticipantPaymentTest.php b/tests/phpunit/api/v3/ParticipantPaymentTest.php index 3ff10d7c96..f982d33686 100644 --- a/tests/phpunit/api/v3/ParticipantPaymentTest.php +++ b/tests/phpunit/api/v3/ParticipantPaymentTest.php @@ -302,7 +302,7 @@ class api_v3_ParticipantPaymentTest extends CiviUnitTestCase { $params = array( 'id' => 0, ); $deletePayment = $this->callAPIFailure('participant_payment', 'delete', $params); - $this->assertEquals($deletePayment['error_message'], 'Mandatory key(s) missing from params array: id'); + $this->assertEquals($deletePayment['error_message'], 'Error while deleting participantPayment'); } /** -- 2.25.1