Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hadihallak committed Feb 7, 2024
1 parent 99781f3 commit 5da3581
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/WorkOS/UserManagementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1061,8 +1061,8 @@ private function getUserResponseFixture()
"email" => "[email protected]",
"first_name" => "Damien",
"last_name" => "Alabaster",
"profile_picture_url" => "https://example.com/photo.jpg",
"email_verified" => true,
"profile_picture_url" => "https://example.com/photo.jpg",
"created_at" => "2021-06-25T19:07:33.155Z",
"updated_at" => "2021-06-25T19:07:33.155Z"
]);
Expand Down Expand Up @@ -1124,6 +1124,7 @@ private function userAndOrgResponseFixture()
"first_name" => "Damien",
"last_name" => "Alabaster",
"email_verified" => true,
"profile_picture_url" => "https://example.com/photo.jpg",
"created_at" => "2021-06-25T19:07:33.155Z",
"updated_at" => "2021-06-25T19:07:33.155Z"
],
Expand Down

0 comments on commit 5da3581

Please sign in to comment.