Skip to content

Commit

Permalink
chore: update snapshots (#17637)
Browse files Browse the repository at this point in the history
* chore: update snapshots

* fix
  • Loading branch information
pauldambra authored Sep 27, 2023
1 parent 2832f97 commit 38cc449
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 953 deletions.
3 changes: 2 additions & 1 deletion ee/api/test/test_team.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from posthog.models.organization import Organization, OrganizationMembership
from posthog.models.team import Team
from posthog.models.user import User
from posthog.test.base import FuzzyInt


class TestProjectEnterpriseAPI(APILicensedTest):
Expand Down Expand Up @@ -438,7 +439,7 @@ def test_list_teams_restricted_ones_hidden(self):
projects_response = self.client.get(f"/api/projects/")

# 9 (above):
with self.assertNumQueries(8):
with self.assertNumQueries(FuzzyInt(8, 9)):
current_org_response = self.client.get(f"/api/organizations/{self.organization.id}/")

self.assertEqual(projects_response.status_code, HTTP_200_OK)
Expand Down
Loading

0 comments on commit 38cc449

Please sign in to comment.