Skip to content
Snippets Groups Projects
Commit 748737d1 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

fix test

parent 5d2ea6c9
No related branches found
No related tags found
2 merge requests!1669Catchup with main,!1645make full curation manifests builder enforce string type for product group ids
Pipeline #15362 failed
......@@ -298,7 +298,7 @@ SDM_FILE_LIST = [
# From file ./examples/full_curation_evla_eb_manifest.json
EVLA_EB_NAME = "19A-001.sb1234567890.eb233423545632.54321.894327984569"
EVLA_EB_LOCATOR = "uid://I/am/a/locator"
EVLA_EB_PRODUCT_GROUP = 2
EVLA_EB_PRODUCT_GROUP = "2"
def populate_fake_evla_eb_curator_source_path(staging_dir: Path) -> list[Path]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment