Skip to content

Commit

Permalink
Use fake emails in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelrs committed Dec 18, 2023
1 parent 10305d1 commit ca8ae94
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tests/Conversations/ConversationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,15 +191,13 @@ public function testHydrateEmbedded()
'state' => 'published',
'customer' => [
'id' => 179783313,
'firstName' => 'Casey',
'lastName' => 'Lockwood',
'email' => 'casey@helpscout.com',
'firstName' => 'John',
'lastName' => 'Smith',
'email' => 'john@ourcompany.com',
'type' => 'customer',
],
'body' => 'Are you still interested in a demo?',
'to' => [
'[email protected]',
],
'to' => [],
'cc' => null,
'bcc' => null,
'attachments' => null,
Expand Down

0 comments on commit ca8ae94

Please sign in to comment.