From: Coleman Watts Date: Tue, 21 Jan 2014 17:47:34 +0000 (-0800) Subject: CRM-14028 - Fix test X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=274775ccc66eae7f20eab5d3f8bb38fa4c5e87f6;p=civicrm-core.git CRM-14028 - Fix test --- 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'); } /**