diff --git a/tests/Conversations/ConversationTest.php b/tests/Conversations/ConversationTest.php index 5412251..d44c6f9 100644 --- a/tests/Conversations/ConversationTest.php +++ b/tests/Conversations/ConversationTest.php @@ -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' => [ - 'customer-address@gmail.com', - ], + 'to' => [], 'cc' => null, 'bcc' => null, 'attachments' => null,