Skip to content

Commit

Permalink
Fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
blairworkos committed Mar 8, 2024
1 parent 6fca2f4 commit 2da568a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/WorkOS/UserManagementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,7 @@ private function organizationMembershipResponseFixture()
"id" => "om_01E4ZCR3C56J083X43JQXF3JK5",
"user_id" => "user_01H7X1M4TZJN5N4HG4XXMA1234",
"organization_id" => "org_01EHQMYV6MBK39QC5PZXHY59C3",
"status" => "active",
"created_at" => "2021-06-25T19:07:33.155Z",
"updated_at" => "2021-06-25T19:07:33.155Z",
]);
Expand All @@ -921,6 +922,7 @@ private function organizationMembershipListResponseFixture()
"id" => "om_01E4ZCR3C56J083X43JQXF3JK5",
"user_id" => "user_01H7X1M4TZJN5N4HG4XXMA1234",
"organization_id" => "org_01EHQMYV6MBK39QC5PZXHY59C3",
"status" => "active",
"created_at" => "2021-06-25T19:07:33.155Z",
"updated_at" => "2021-06-25T19:07:33.155Z",
]
Expand Down

0 comments on commit 2da568a

Please sign in to comment.