mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-18 05:43:15 +03:00
Updated Mailgun\Tests\Api\MailingListTest to account for new reply_preference property
This commit is contained in:
parent
e5ff7d84ec
commit
cd08d99f87
@ -48,6 +48,7 @@ class MailingListTest extends TestCase
|
||||
'name' => 'Foo',
|
||||
'description' => 'Description',
|
||||
'access_level' => 'readonly',
|
||||
'reply_preference' => 'list'
|
||||
];
|
||||
|
||||
$api = $this->getApiMock();
|
||||
|
Loading…
x
Reference in New Issue
Block a user