From f862b8a6358e5e65e53910602a400ad218f68a04 Mon Sep 17 00:00:00 2001 From: Christian Dangl Date: Sat, 27 Jan 2024 11:25:22 +0100 Subject: [PATCH] fix svrunit test --- tests/svrunit/tests/commands/scanner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/svrunit/tests/commands/scanner.yml b/tests/svrunit/tests/commands/scanner.yml index fbf03c76..bb766812 100644 --- a/tests/svrunit/tests/commands/scanner.yml +++ b/tests/svrunit/tests/commands/scanner.yml @@ -10,4 +10,4 @@ commands: - name: "Scan Usage with verbose mode shows scanned files" command: "(($EXEC)) scan:usage --scanner=mjml --dir=./tests/svrunit/fixtures/json/templates --verbose --configuration=./tests/svrunit/fixtures/json/phpunuhi.xml" - expected: "/app/tests/svrunit/fixtures/json/templates/subfolder/index.mjml" \ No newline at end of file + expected: "templates/subfolder/index.mjml" \ No newline at end of file