From 249b6cdb9271011d6d5ff7941ac6aa473c292071 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Mon, 28 Sep 2020 15:25:53 -0400 Subject: [PATCH] missing id --- tests/phpunit/CRM/Utils/Mail/EmailProcessorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Utils/Mail/EmailProcessorTest.php b/tests/phpunit/CRM/Utils/Mail/EmailProcessorTest.php index 89354b9783..13a25d78cc 100644 --- a/tests/phpunit/CRM/Utils/Mail/EmailProcessorTest.php +++ b/tests/phpunit/CRM/Utils/Mail/EmailProcessorTest.php @@ -163,7 +163,7 @@ class CRM_Utils_Mail_EmailProcessorTest extends CiviUnitTestCase { 'api.GroupContact.create' => [ 'contact_id' => $this->contactID, ], - ]); + ])['id']; $this->createMailing(['scheduled_date' => 'now', 'groups' => ['include' => [$groupID]]]); $this->callAPISuccess('job', 'process_mailing', []); $this->eventQueue = $this->callAPISuccess('MailingEventQueue', 'get', ['api.MailingEventQueue.create' => ['hash' => 'aaaaaaaaaaaaaaaa']]); -- 2.25.1