Skip to content

Commit

Permalink
Update test_should_refresh_insight.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed May 23, 2024
1 parent 0c0bb44 commit 95cc8be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posthog/caching/test/test_should_refresh_insight.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ def test_insights_with_ranges_lower_than_7_days_can_be_refreshed_more_often(self
def test_dashboard_filters_should_override_insight_filters_when_deciding_on_refresh_time(self):
insight, _, dashboard_tile = _create_insight(
self.team,
{"events": [{"id": "$pageview"}], "interval": "month"},
{"interval": "hour"},
{"events": [{"id": "$pageview"}], "date_from": "-30d"},
{"date_from": "-3d"},
)

should_refresh_now, refresh_frequency = should_refresh_insight(
Expand Down

0 comments on commit 95cc8be

Please sign in to comment.