Skip to content

Commit d701a38

Browse files
test: Fixed wiremock URLs in compose file
1 parent d51cbcd commit d701a38

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

application/CohortManager/compose.core.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,9 @@ services:
320320
profiles: [service-now]
321321
environment:
322322
- ASPNETCORE_URLS=http://*:9092
323-
- ServiceNowRefreshAccessTokenUrl=https://wiremock.com/oauth_token.do
324-
- ServiceNowUpdateUrl=https://wiremock.com/api/x_nhsd_intstation/nhs_integration/9c78f87c97912e10dd80f2df9153aff5/CohortCaseUpdate
325-
- ServiceNowResolutionUrl=https://wiremock.com/api/x_nhsd_intstation/nhs_integration/9c78f87c97912e10dd80f2df9153aff5/CohortCaseResolution
323+
- ServiceNowRefreshAccessTokenUrl=https://wiremock:8080/oauth_token.do
324+
- ServiceNowUpdateUrl=https://wiremock:8080/api/x_nhsd_intstation/nhs_integration/9c78f87c97912e10dd80f2df9153aff5/CohortCaseUpdate
325+
- ServiceNowResolutionUrl=https://wiremock:8080/api/x_nhsd_intstation/nhs_integration/9c78f87c97912e10dd80f2df9153aff5/CohortCaseResolution
326326
- ServiceNowGrantType=refresh_token
327327
- ServiceNowClientId=MockClientId-123
328328
- ServiceNowClientSecret=MockClientSecret-123

0 commit comments

Comments
 (0)