Skip to content

Commit daa8a9d

Browse files
committed
Making sure that different local config won't break the tests
1 parent 6ea6b39 commit daa8a9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Functional/Mailer/Transport/SparkpostTransportTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ protected function setUp(): void
2525
$this->configParams['messenger_dsn_email'] = 'sync://';
2626
$this->configParams['mailer_custom_headers'] = ['x-global-custom-header' => 'value123'];
2727
$this->configParams['mailer_from_email'] = '[email protected]';
28+
$this->configParams['mailer_from_name'] = 'Admin';
2829
parent::setUp();
2930
$this->translator = self::getContainer()->get('translator');
3031
}

0 commit comments

Comments
 (0)