From 5e81618930960d9c9ff17fc27d211b479e7b22c6 Mon Sep 17 00:00:00 2001 From: josiahjones Date: Fri, 3 Nov 2023 14:29:49 -0700 Subject: [PATCH] Change to the correct port 10401 --- .github/workflows/svc-bip-api-integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/svc-bip-api-integration-test.yml b/.github/workflows/svc-bip-api-integration-test.yml index 50f07164d0..4aef4b73e6 100644 --- a/.github/workflows/svc-bip-api-integration-test.yml +++ b/.github/workflows/svc-bip-api-integration-test.yml @@ -78,7 +78,7 @@ jobs: - name: 'Wait for svc-bip-api to be ready' uses: nev7n/wait_for_response@v1 with: - url: 'http://localhost:10301/actuator/health' + url: 'http://localhost:10401/actuator/health' responseCode: 200 # Retry every 2 seconds interval: 2000