Skip to content
Snippets Groups Projects

integrate curator with envoy for workflow

Merged Charlotte Hausman requested to merge curator-integration into 2.8.2.1-DEVELOMENT
1 unresolved thread
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -433,7 +433,7 @@ def test_evla_cal_final_manifest_matches_example(ingest_path: Path):
with open(manifest_file, "r") as infile:
actual_json = dict(json.load(infile).items())
actual_json[IngestionManifestKey.PARAMETERS.value][IngestionManifestKey.INGESTION_PATH.value] = expected_dir_name
actual_json[IngestionManifestKey.PARAMETERS.value][ParamsKey.INGESTION_PATH.value] = expected_dir_name
expected_params = expected_json["parameters"]
actual_params = manifest.parameters.to_dict()
Loading