Skip to content

Commit 3943f15

Browse files
committed
update tests
1 parent 7041a97 commit 3943f15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

posthog/test/test_feature_flags.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3802,6 +3802,7 @@ def test_capture_is_called_with_flag_details(self, patch_flags, patch_capture):
38023802
},
38033803
},
38043804
"requestId": "18043bf7-9cf6-44cd-b959-9662ee20d371",
3805+
"evaluatedAt": 1234567890,
38053806
}
38063807
client = Client(FAKE_TEST_API_KEY)
38073808

@@ -3821,6 +3822,7 @@ def test_capture_is_called_with_flag_details(self, patch_flags, patch_capture):
38213822
"$feature_flag_id": 23,
38223823
"$feature_flag_version": 42,
38233824
"$feature_flag_request_id": "18043bf7-9cf6-44cd-b959-9662ee20d371",
3825+
"$feature_flag_evaluated_at": 1234567890,
38243826
},
38253827
groups={},
38263828
disable_geoip=None,

0 commit comments

Comments
 (0)