Skip to content

Commit

Permalink
Updated Mailgun\Tests\Api\MailingListTest to account for new reply_pr…
Browse files Browse the repository at this point in the history
…eference property
  • Loading branch information
Justin Sims authored and DavidGarciaCat committed Aug 14, 2020
1 parent e5ff7d8 commit cd08d99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Api/MailingListTest.php
Expand Up @@ -48,6 +48,7 @@ public function testCreate()
'name' => 'Foo',
'description' => 'Description',
'access_level' => 'readonly',
'reply_preference' => 'list'
];

$api = $this->getApiMock();
Expand Down

0 comments on commit cd08d99

Please sign in to comment.