From cb4c4ed018289d0ee017fe923c8fe27a723f20c5 Mon Sep 17 00:00:00 2001 From: Lazlo Westerhof Date: Mon, 26 Feb 2024 17:19:30 +0100 Subject: [PATCH] Tests: set embargo end date in the past --- roles/yoda_test/files/yoda-metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/yoda_test/files/yoda-metadata.json b/roles/yoda_test/files/yoda-metadata.json index f373cdc60..7f1d5ea4d 100644 --- a/roles/yoda_test/files/yoda-metadata.json +++ b/roles/yoda_test/files/yoda-metadata.json @@ -145,6 +145,6 @@ "Additional_Documentation":"ADDTIONAL TECHNICAL DOCUMENTATION", "Data_Type":"Dataset", "Data_Classification":"Public", - "Embargo_End_Date":"2030-01-01", + "Embargo_End_Date":"2024-01-01", "Dataset_Created":"2020-01-01" -} \ No newline at end of file +}