From 5486cd682b966b3f7f2c0580cc622bcc29316e86 Mon Sep 17 00:00:00 2001 From: l-1squared <30831153+l-1squared@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:16:21 +0100 Subject: [PATCH] Adjust Stub Signed-off-by: l-1squared <30831153+l-1squared@users.noreply.github.com> --- .github/workflows/mock_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mock_release.yaml b/.github/workflows/mock_release.yaml index f06de67518b..6599a7255c5 100644 --- a/.github/workflows/mock_release.yaml +++ b/.github/workflows/mock_release.yaml @@ -32,7 +32,7 @@ jobs: done - name: Add mock server mappings run: | - curl -X POST --data '{"request": {"url": "/com/tngtech/jgiven/*", "method": "PUT"}, "response": {"status": 200, "body": "OK"}}' http://localhost:7000/__admin/mappings + curl -X POST --data '{"request": {"urlPattern": "/com/tngtech/jgiven/.*?/.*?/.*?", "method": "PUT"}, "response": {"status": 200, "body": "OK"}}' http://localhost:7000/__admin/mappings - name: set an alternate version run: "source scripts/source_files/helper_functions.sh && updateAllVersionInformation ${VERSION}" - name: Attempt mock release