mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-24 21:46:02 +03:00
Remove non-existing parameter from the API call
This commit is contained in:
parent
6d50e0776f
commit
ed25b2e7e1
@ -35,7 +35,7 @@ class EmailValidationTest extends TestCase
|
||||
->with('/v4/address/validate', $params)
|
||||
->willReturn(new Response());
|
||||
|
||||
$api->validate($params['address'], $params['mailbox_verification']);
|
||||
$api->validate($params['address']);
|
||||
}
|
||||
|
||||
public function testParseEmail()
|
||||
|
Loading…
Reference in New Issue
Block a user