Skip to content

Commit

Permalink
test: freeze time for dashboard export test (#19634)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud authored Apr 9, 2022
1 parent a975af3 commit ce2bd98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration_tests/dashboards/api_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1425,6 +1425,7 @@ def test_update_dashboard_not_owned(self):
"load_world_bank_dashboard_with_slices",
"load_birth_names_dashboard_with_slices",
)
@freeze_time("2022-01-01")
def test_export(self):
"""
Dashboard API: Test dashboard export
Expand Down

0 comments on commit ce2bd98

Please sign in to comment.