Skip to content

Commit

Permalink
test: freeze time for dashboard export test (apache#19634)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud authored and philipher29 committed Jun 9, 2022
1 parent 75c98ef commit 1813e71
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 1813e71

Please sign in to comment.