Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jan 26, 2024
1 parent acd253d commit 380797b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/test/test_middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class TestAutoProjectMiddleware(APIBaseTest):
@classmethod
def setUpTestData(cls):
super().setUpTestData()
cls.base_app_num_queries = 41
cls.base_app_num_queries = 42
# Create another team that the user does have access to
cls.second_team = create_team(organization=cls.organization, name="Second Life")
other_org = create_organization(name="test org")
Expand Down

0 comments on commit 380797b

Please sign in to comment.