Skip to content
Snippets Groups Projects
Commit d9238173 authored by Sam Kagan's avatar Sam Kagan
Browse files

Fixed a couple bugs from the rebase

parent cca45131
No related branches found
No related tags found
3 merge requests!1605Merge 2.8.2.3 work to main,!1581catch up with 2.8.2.3,!1539Merged ManBuilder.staging_source_dir and curation_source into manifest_source_dir
Pipeline #13297 passed
......@@ -77,7 +77,7 @@ def test_manifest_full_curation_eb_manifest(
eb_dir = eb_files[0]
actual_manifest, actual_manifest_file = IngestionManifestBuilder(
telescope=Telescope.EVLA.value,
manifest_source_dir=ingest_path,
manifest_source_dir=eb_dir,
sp_type=ScienceProductType.EXEC_BLOCK.value,
locator=EVLA_EB_LOCATOR,
filename=EVLA_EB_NAME,
......@@ -242,7 +242,7 @@ def test_manifest_full_curation_image(use_file_list: bool, ingest_path: Path, al
"""
image_paths = populate_fake_tmpx_ratuqh_ingest_path(ingest_path, is_for_curation_test=True)
curation_source = str(ingest_path)
curation_source = ingest_path
file_list = None
manifest_destination_dir = ingest_path
if use_file_list:
......@@ -256,7 +256,7 @@ def test_manifest_full_curation_image(use_file_list: bool, ingest_path: Path, al
manifest_destination_dir=manifest_destination_dir,
product_group=IMAGE_PRODUCT_GROUP,
input_group_locator=IMAGE_LOCATOR,
manifest_source_dir=ingest_path,
manifest_source_dir=curation_source,
telescope=Telescope.EVLA.value,
sp_type=ScienceProductType.IMAGE.value,
locator=IMAGE_LOCATOR,
......
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