From 802bf88184a96e4c17d7f0461451a4d5dd1fb47a Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Mon, 8 Sep 2025 09:24:24 +0200 Subject: [PATCH] Revert test to show expected behavior (USER-933) --- .github/workflows/qa-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa-main.yml b/.github/workflows/qa-main.yml index 7a0d09e..157b43b 100644 --- a/.github/workflows/qa-main.yml +++ b/.github/workflows/qa-main.yml @@ -50,8 +50,8 @@ jobs: - name: Assert run: | ./test/assertFileContains ./output.properties "sonar.someArg=aValue" - ./test/assertFileContains ./output.properties 'sonar.anotherArgWithSpaces="Another Value"' - ./test/assertFileContains ./output.properties "sonar.argWithSingleQuotes='Another Value'" + ./test/assertFileContains ./output.properties "sonar.anotherArgWithSpaces=Another Value" + ./test/assertFileContains ./output.properties "sonar.argWithSingleQuotes=Another Value" argsInputInjectionTest: name: > 'args' input with command injection will fail