From 7cf09327cf65e4ec04d72040f8bb0d12c71f64e5 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Wed, 3 Dec 2025 16:10:05 +0100 Subject: [PATCH] Update test case Signed-off-by: Frank Jogeleit --- .github/workflows/it-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/it-tests.yml b/.github/workflows/it-tests.yml index 2857384..9904a9f 100644 --- a/.github/workflows/it-tests.yml +++ b/.github/workflows/it-tests.yml @@ -199,7 +199,7 @@ jobs: - uses: nick-fields/assert-action@aa0067e01f0f6545c31755d6ca128c5a3a14f6bf # v2 name: Then outputs.response_content value must include with: - expected: '"accept":"application/json, text/plain, */*","content-type":"application/json","user-agent"' + expected: '"accept":"application/json, text/plain, */*"' actual: ${{ steps.execution-response-file.outputs.response_content }} comparison: contains