Updated Mailgun\Tests\Api\MailingListTest to account for new reply_preference property

This commit is contained in:
Justin Sims 2020-06-08 17:10:01 -04:00 committed by David Garcia
parent e5ff7d84ec
commit cd08d99f87

View File

@ -48,6 +48,7 @@ class MailingListTest extends TestCase
'name' => 'Foo',
'description' => 'Description',
'access_level' => 'readonly',
'reply_preference' => 'list'
];
$api = $this->getApiMock();