Skip to content

Commit

Permalink
Update test_views_grid.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shahar1 authored Nov 24, 2024
1 parent 1a320dd commit 0afad07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/www/views/test_views_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def test_next_run_datasets_404(admin_client):
assert resp.json == {"error": "can't find dag missingdag"}


@pytest.mark.usefixtures("_freeze_time_for_dagruns")
@pytest.mark.usefixtures("freeze_time_for_dagruns")
def test_dynamic_mapped_task_with_retries(admin_client, dag_with_runs: list[DagRun], session):
"""
Test a DAG with a dynamic mapped task with retries
Expand Down

0 comments on commit 0afad07

Please sign in to comment.