From cd08d99f87e69b2b082bf68ee07ebcd8ba88ad35 Mon Sep 17 00:00:00 2001 From: Justin Sims Date: Mon, 8 Jun 2020 17:10:01 -0400 Subject: [PATCH] Updated Mailgun\Tests\Api\MailingListTest to account for new reply_preference property --- tests/Api/MailingListTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Api/MailingListTest.php b/tests/Api/MailingListTest.php index b810ce6..3786d58 100644 --- a/tests/Api/MailingListTest.php +++ b/tests/Api/MailingListTest.php @@ -48,6 +48,7 @@ class MailingListTest extends TestCase 'name' => 'Foo', 'description' => 'Description', 'access_level' => 'readonly', + 'reply_preference' => 'list' ]; $api = $this->getApiMock();