diff --git a/hera_opm/tests/test_lstbin_makeflow.py b/hera_opm/tests/test_lstbin_makeflow.py index 34a5703..e888f34 100644 --- a/hera_opm/tests/test_lstbin_makeflow.py +++ b/hera_opm/tests/test_lstbin_makeflow.py @@ -146,9 +146,8 @@ def lsttoml_notebook_datafiles( fl, datafiles={ "datadir": str(datafiles_in_nightly_folders), - "nightdirs": [fl.name for fl in datafiles_in_nightly_folders.glob("*")], - "sum_or_diff": "HH", - "extension": "uvh5", + "nights": [fl.name for fl in datafiles_in_nightly_folders.glob("*")], + "fileglob": "zen.{night}.*.HH.uvh5", }, notebook=True, )