This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new becadcc73 fix(e2e): use proper variable resolution
becadcc73 is described below

commit becadcc7339d90554119ad6d0ec764334bc02491
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Nov 6 08:48:26 2025 +0100

    fix(e2e): use proper variable resolution
    
    Closes #6351
---
 e2e/common/config/files/my.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/common/config/files/my.properties 
b/e2e/common/config/files/my.properties
index 502ea7bfd..dc319f7a6 100644
--- a/e2e/common/config/files/my.properties
+++ b/e2e/common/config/files/my.properties
@@ -1,3 +1,3 @@
 my.key.1=hello
 my.key.2=world
-my.key.3=${my.key.1} ${my.key.2}
\ No newline at end of file
+my.key.3={{my.key.1}} {{my.key.2}}
\ No newline at end of file

Reply via email to