Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelmsmith committed Oct 25, 2024
1 parent 7dd4731 commit 21efa4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posthog/api/test/test_organization_invites.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def test_invite_fails_if_team_in_private_project_access_not_in_org(self):
{
"type": "validation_error",
"code": "invalid_input",
"detail": "Team does not exist on this organization, or it is private and you do not have access to it.",
"detail": "Project does not exist on this organization, or it is private and you do not have access to it.",
"attr": "private_project_access",
},
response_data,
Expand All @@ -305,7 +305,7 @@ def test_invite_fails_if_inviter_does_not_have_access_to_team(self):
{
"type": "validation_error",
"code": "invalid_input",
"detail": "Team does not exist on this organization, or it is private and you do not have access to it.",
"detail": "Project does not exist on this organization, or it is private and you do not have access to it.",
"attr": "private_project_access",
},
response_data,
Expand Down

0 comments on commit 21efa4c

Please sign in to comment.