Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Jan 17, 2024
1 parent 3399f7b commit 2d100ac
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1398,17 +1398,17 @@ def test_retention_filter(self):
self.assertEqual(
query.retentionFilter,
RetentionFilter(
retention_type=RetentionType.retention_first_time,
total_intervals=12,
retentionType=RetentionType.retention_first_time,
totalIntervals=12,
period=RetentionPeriod.Week,
returning_entity={
returningEntity={
"id": "$pageview",
"name": "$pageview",
"type": "events",
"custom_name": None,
"order": None,
},
target_entity={
targetEntity={
"id": "$pageview",
"name": "$pageview",
"type": "events",
Expand Down

0 comments on commit 2d100ac

Please sign in to comment.