Skip to content

Commit

Permalink
Restores tests/integration_tests/utils_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Jan 16, 2025
1 parent 3338b60 commit 2d78150
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/integration_tests/utils_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d78150

Please sign in to comment.