Skip to content

Commit

Permalink
Admin User -> Admin
Browse files Browse the repository at this point in the history
  • Loading branch information
aarohiprasad committed Feb 27, 2025
1 parent de7744f commit 285e7f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private function assertSparkpostTestRequestBody(string $body): void
private function assertSparkpostRequestBody(string $body): void
{
$bodyArray = json_decode($body, true);
Assert::assertSame('Admin User <[email protected]>', $bodyArray['content']['from']);
Assert::assertSame('Admin <[email protected]>', $bodyArray['content']['from']);
Assert::assertSame('value123', $bodyArray['content']['headers']['x-global-custom-header']);
Assert::assertSame('This is test body for {{{ CONTACTFIELDEMAIL }}}!<img height="1" width="1" src="{{{ TRACKINGPIXEL }}}" alt="" />', $bodyArray['content']['html']);
Assert::assertSame('[email protected]', $bodyArray['content']['reply_to']);
Expand Down

0 comments on commit 285e7f4

Please sign in to comment.