Skip to content
Snippets Groups Projects

Handle Large Payloads Using Manifest Ingestion Workflow in the Absence of Manifest by Reference in EDS

Merged Priyanka Bhongade requested to merge eds_m24_manifest_by_reference_check_switch into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -44,7 +44,7 @@ class TestFetchIngest:
return_value=(Constants.schema_authority),
)
def test_fetch_and_ingest(
self, mock1, mock2, mock3, mock4, mock5, mock6, mock7, mock8, mock9, mock10
self, mock1, mock2, mock3, mock4, mock5, mock6, mock7, mock8
):
fetch_and_ingest = FetchAndIngest()
mock_response = fetch_and_ingest.fetch_and_ingest(
@@ -88,7 +88,7 @@ class TestFetchIngest:
return_value=(Constants.schema_authority),
)
def test_fetch_and_ingest_isWPC(
self, mock1, mock2, mock3, mock4, mock5, mock6, mock7, mock8, mock9, mock10
self, mock1, mock2, mock3, mock4, mock5, mock6, mock7, mock8
):
fetch_and_ingest = FetchAndIngest()
Loading