From 2b152394d20d5efdfb93e0f222a1f1a3888d757a Mon Sep 17 00:00:00 2001 From: Jin-Sun-tts Date: Wed, 23 Oct 2024 17:10:39 -0400 Subject: [PATCH] fix test --- tests/integration/harvest/test_ckan_load.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/harvest/test_ckan_load.py b/tests/integration/harvest/test_ckan_load.py index ea5ad15..a897576 100644 --- a/tests/integration/harvest/test_ckan_load.py +++ b/tests/integration/harvest/test_ckan_load.py @@ -123,6 +123,7 @@ def test_ckanify_dcatus( "extras": [ {"key": "resource-type", "value": "Dataset"}, {"key": "harvest_object_id", "value": record_id}, + {"key": "source_datajson_identifier", "value": True}, {"key": "harvest_source_id", "value": "2f2652de-91df-4c63-8b53-bfced20b276b"}, {"key": "harvest_source_title", "value": "Test Source"}, {"key": "accessLevel", "value": "public"},