Skip to content

Commit 50e7fe5

Browse files
committed
Update tests
1 parent bff40c5 commit 50e7fe5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

SAMtemplates/parameters/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Resources:
5454
Type: StringList
5555
Value: !If
5656
- IsProd
57-
- > # Prod notification enabled
57+
- > # Prod notification disabled
5858
A83008
5959
- > # Non-prod
6060
A83008

packages/updatePrescriptionStatus/.jest/setEnvVars.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
process.env.NHS_NOTIFY_PRESCRIPTIONS_SQS_QUEUE_URL = "dummy_notify_sqs";
33
process.env.AWS_REGION = "eu-west-2";
44
process.env.SQS_SALT = "the quick brown fox something something"
5+
process.env.ENABLED_SITE_ODS_CODES = "FA565"
6+
process.env.ENABLED_SYSTEMS = "Internal Test System,Apotec Ltd - Apotec CRM - Production,CrxPatientApp,nhsPrescriptionApp,Titan PSU Prod"
7+
process.env.BLOCKED_SITE_ODS_CODES = "A83008"

0 commit comments

Comments
 (0)