CRM-13890 - Test fixes (unit tests were coded against the buggy behavior where real...
[civicrm-core.git] / tests / phpunit / CRM / Core / Payment / BaseIPNTest.php
index 6dc3e459fc7dd142b601419ed7e615badbd8c93a..763b662039917f1c9c22256a4865c1375fd27bdd 100644 (file)
@@ -213,7 +213,7 @@ class CRM_Core_Payment_BaseIPNTest extends CiviUnitTestCase {
     $values = array();
     $this->assertFalse(empty($this->objects['event']));
     $msg = $this->IPN->sendMail($this->input, $this->ids, $this->objects, $values, False,True);
-    $this->assertContains('registration has been received and your status has been updated to registered', $msg['body']);
+    $this->assertContains('registration has been received and your status has been updated to Attended.', $msg['body']);
     $this->assertContains('Annual CiviCRM meet', $msg['html']);
   }