mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-07 07:03:32 +03:00
Updated Mailgun\Tests\Api\MailingListTest to account for new reply_preference property
This commit is contained in:
parent
e5ff7d84ec
commit
cd08d99f87
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ class MailingListTest extends TestCase
|
|||
'name' => 'Foo',
|
||||
'description' => 'Description',
|
||||
'access_level' => 'readonly',
|
||||
'reply_preference' => 'list'
|
||||
];
|
||||
|
||||
$api = $this->getApiMock();
|
||||
|
|
Loading…
Add table
Reference in a new issue