Skip to content

Commit 4996ff6

Browse files
committed
Revert unrelated change
1 parent 9b55446 commit 4996ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/test/test_feature_flags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def setUp(self):
3232
self.client = Client(FAKE_TEST_API_KEY, on_error=self.set_fail)
3333

3434
@mock.patch("posthog.client.get")
35-
def test_flag_person_properties(self):
35+
def test_flag_person_properties(self, patch_get):
3636
self.client.feature_flags = [
3737
{
3838
"id": 1,

0 commit comments

Comments
 (0)