From 609d664cb605235104c011ae518c69bf124b8691 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Wed, 18 May 2022 09:57:58 +0200
Subject: [PATCH] FIX: Correct path in test-profile

---
 integrationtests/test-profile/profile.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integrationtests/test-profile/profile.yml b/integrationtests/test-profile/profile.yml
index 3c2453db..25580e3b 100644
--- a/integrationtests/test-profile/profile.yml
+++ b/integrationtests/test-profile/profile.yml
@@ -22,7 +22,7 @@ default:
     # list of `NAME: PATH` pairs or a single path.  
     extroot:
     #  "": "paths/extroot"
-      "use_case_simple_presentation": "../test_data/extroot/use_case_simple_presentation/extroot"
+      "use_case_simple_presentation": "../test_data/extroot/use_case_simple_presentation"
     #
     #  "base": "/path/to/base/dir"
     #  "other": "/path/to/other"
-- 
GitLab