Fixed guzzlehttp uri for mail
This commit is contained in:
@@ -65,7 +65,7 @@ class AcceptanceTester extends \Codeception\Actor
|
||||
$I->requestEmailResetPasswordLink($I);
|
||||
|
||||
$this->mailcatcher = new GuzzleHttp\Client([
|
||||
'base_uri' => 'http://localhost:8025/api/v1/'
|
||||
'base_uri' => env('MAIL_GUZZLEURI')
|
||||
]);
|
||||
|
||||
$this->mail = $this->getLastMessage($this->mailcatcher);
|
||||
|
||||
Reference in New Issue
Block a user