From 0035e11d2681f29aa134da3ff54900eb6109f982 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Tue, 21 Feb 2023 15:24:02 +0100
Subject: [PATCH] MAINT: change from '_' to '.'

---
 .../test_data/extroot/realworld_example/dataset_cfoods.yml    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/integrationtests/test_data/extroot/realworld_example/dataset_cfoods.yml b/integrationtests/test_data/extroot/realworld_example/dataset_cfoods.yml
index 117d190b..37a34d12 100644
--- a/integrationtests/test_data/extroot/realworld_example/dataset_cfoods.yml
+++ b/integrationtests/test_data/extroot/realworld_example/dataset_cfoods.yml
@@ -158,8 +158,8 @@ Data:
                       parents:
                         - JSONFile
                       role: File
-                      path: $metadata_json_path
-                      file: $metadata_json_path
+                      path: ${metadata_json.path}
+                      file: ${metadata_json.path}
                   validate: schema/dataset.schema.json
                   subtree:
                     jsondict:
-- 
GitLab