Skip to content

Commit

Permalink
Update test_my_flags_is_not_nplus1
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Dec 2, 2024
1 parent 289e9fb commit 2ba4c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/api/test/test_feature_flag.py
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ def test_my_flags_is_not_nplus1(self) -> None:
format="json",
).json()

with self.assertNumQueries(FuzzyInt(7, 8)):
with self.assertNumQueries(FuzzyInt(8, 9)):
response = self.client.get(f"/api/projects/{self.team.id}/feature_flags/my_flags")
self.assertEqual(response.status_code, status.HTTP_200_OK)

Expand Down

0 comments on commit 2ba4c9b

Please sign in to comment.