mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-20 14:53: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',
|
'name' => 'Foo',
|
||||||
'description' => 'Description',
|
'description' => 'Description',
|
||||||
'access_level' => 'readonly',
|
'access_level' => 'readonly',
|
||||||
|
'reply_preference' => 'list'
|
||||||
];
|
];
|
||||||
|
|
||||||
$api = $this->getApiMock();
|
$api = $this->getApiMock();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user