Skip to content

Commit 285e7f4

Browse files
committed
Admin User -> Admin
1 parent de7744f commit 285e7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/Mailer/Transport/SparkpostTransportTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ private function assertSparkpostTestRequestBody(string $body): void
130130
private function assertSparkpostRequestBody(string $body): void
131131
{
132132
$bodyArray = json_decode($body, true);
133-
Assert::assertSame('Admin User <[email protected]>', $bodyArray['content']['from']);
133+
Assert::assertSame('Admin <[email protected]>', $bodyArray['content']['from']);
134134
Assert::assertSame('value123', $bodyArray['content']['headers']['x-global-custom-header']);
135135
Assert::assertSame('This is test body for {{{ CONTACTFIELDEMAIL }}}!<img height="1" width="1" src="{{{ TRACKINGPIXEL }}}" alt="" />', $bodyArray['content']['html']);
136136
Assert::assertSame('[email protected]', $bodyArray['content']['reply_to']);

0 commit comments

Comments
 (0)