This is an automated email from the ASF dual-hosted git repository.

yjc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new ce2bd98442 test: freeze time for dashboard export test (#19634)
ce2bd98442 is described below

commit ce2bd984423f2b7e606f97ac25f25e015c3f4a37
Author: Jesse Yang <[email protected]>
AuthorDate: Sat Apr 9 07:49:39 2022 -0700

    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

Reply via email to