From 2d781501c0caf369756a85ee2b23a2386bd9b820 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" Date: Thu, 16 Jan 2025 14:05:16 -0300 Subject: [PATCH] Restores tests/integration_tests/utils_tests.py --- tests/integration_tests/utils_tests.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/integration_tests/utils_tests.py b/tests/integration_tests/utils_tests.py index 632aff436a983..ca49d65fc09db 100644 --- a/tests/integration_tests/utils_tests.py +++ b/tests/integration_tests/utils_tests.py @@ -879,12 +879,11 @@ def test_get_form_data_corrupted_json(self) -> None: assert form_data == {} assert slc is None - @pytest.mark.usefixtures("load_birth_names_dashboard_with_slices") - @pytest.mark.skip(reason="This test will be changed to use the api/v1/data") + @pytest.mark.usefixtures("load_world_bank_dashboard_with_slices") def test_log_this(self) -> None: # TODO: Add additional scenarios. self.login(ADMIN_USERNAME) - slc = self.get_slice("Top 10 Girl Name Share") + slc = self.get_slice("Life Expectancy VS Rural %") dashboard_id = 1 assert slc.viz is not None