Skip to content

Commit

Permalink
Big ol' bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarDrew committed Sep 26, 2024
1 parent d8c33ee commit 71f9d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkist/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,6 @@ def pytest_runtest_call(item):
if ds:
item.funcargs[replace_arg] = load_dataset(ds)
if tds:
item.funcargs[tdsmark.args[0]] = load_dataset(tds)
item.funcargs[replace_arg] = load_dataset(tds)

yield item

0 comments on commit 71f9d4a

Please sign in to comment.