Skip to content

Commit 05168df

Browse files
test: service now dummy gp codes (#1547)
* test: manual add dummy GP code handling * test: snow dummy postcode tests * test: testing in azure * test: update package.json to run tests in dev * chore: revert package.json
1 parent 4b9c2f6 commit 05168df

5 files changed

Lines changed: 513 additions & 4 deletions

File tree

application/CohortManager/compose.core.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ services:
113113
build:
114114
context: ./src/Functions/
115115
dockerfile: ParticipantManagementServices/ManageServiceNowParticipant/Dockerfile
116-
profiles: [non-essential]
116+
profiles: [service-now]
117117
environment:
118118
- ExceptionFunctionURL=http://create-exception:7070/api/CreateException
119119
- ServiceNowParticipantManagementTopic=servicenow-participant-management-topic
@@ -267,7 +267,7 @@ services:
267267
container_name: manage-nems-subscription
268268
image: cohort-manager-manage-nems-subscription
269269
networks: [cohman-network]
270-
profiles: [nems]
270+
profiles: [nems, service-now]
271271
build:
272272
context: ./src/Functions/
273273
dockerfile: DemographicServices/ManageNemsSubscription/Dockerfile

0 commit comments

Comments
 (0)