From c58a11747e902f02f4e830eee9f256ceb2907bd7 Mon Sep 17 00:00:00 2001 From: Drew Leonard Date: Mon, 24 Feb 2025 11:34:19 +0000 Subject: [PATCH] (lack of) lazy_fixtures breaking things again --- dkist/io/asdf/tests/test_dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dkist/io/asdf/tests/test_dataset.py b/dkist/io/asdf/tests/test_dataset.py index fb004763..73f12fc9 100644 --- a/dkist/io/asdf/tests/test_dataset.py +++ b/dkist/io/asdf/tests/test_dataset.py @@ -96,7 +96,7 @@ def test_asdf_tags(dataset, tmp_path): @pytest.mark.parametrize("tagobj", [ - "dataset", + lf("dataset"), lf("simple_tiled_dataset"), ], indirect=False)