Update test case

Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
This commit is contained in:
Frank Jogeleit
2025-12-03 16:10:05 +01:00
parent d16c752cc6
commit 7cf09327cf

View File

@@ -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