Skip to content

Commit

Permalink
fix: Change mailer dns scheme for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
notz committed Jun 14, 2024
1 parent b9cac15 commit b9015dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class CallbackSubscriberTest extends MauticMysqlTestCase
protected function setUp(): void
{
if ('testPostalTransportNotConfigured' !== $this->getName()) {
$this->configParams['mailer_dsn'] = 'mautic+smtp://:user@host:25';
$this->configParams['mailer_dsn'] = 'smtp://:user@host:25';
}

parent::setUp();
Expand Down

0 comments on commit b9015dd

Please sign in to comment.