From ce2bd984423f2b7e606f97ac25f25e015c3f4a37 Mon Sep 17 00:00:00 2001 From: Jesse Yang Date: Sat, 9 Apr 2022 07:49:39 -0700 Subject: [PATCH] test: freeze time for dashboard export test (#19634) --- tests/integration_tests/dashboards/api_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration_tests/dashboards/api_tests.py b/tests/integration_tests/dashboards/api_tests.py index 66b498eb35..afeab6e7db 100644 --- a/tests/integration_tests/dashboards/api_tests.py +++ b/tests/integration_tests/dashboards/api_tests.py @@ -1425,6 +1425,7 @@ class TestDashboardApi(SupersetTestCase, ApiOwnersTestCaseMixin, InsertChartMixi "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