Skip to content

Commit b62a81a

Browse files
committed
Merge branch 'AMB-2384-test-audit-file-movement-record-processor' of https://github.com/NHSDigital/immunisation-fhir-api into AMB-2384-test-audit-file-movement-record-processor
2 parents 3ebdac7 + 5613fea commit b62a81a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

e2e_batch/constants.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
logger.info(f"Environment : {env_value}")
88
SOURCE_BUCKET = f"immunisation-batch-{env_value}-data-sources"
99
INPUT_PREFIX = ""
10-
ACK_BUCKET = "immunisation-batch-internal-dev-data-destinations"
10+
ACK_BUCKET = (
11+
"immunisation-batch-ref-data-destinations"
12+
if env_value == "ref"
13+
else "immunisation-batch-internal-dev-data-destinations"
14+
)
15+
1116
FORWARDEDFILE_PREFIX = "forwardedFile/"
1217
PRE_VALIDATION_ERROR = "Validation errors: doseQuantity.value must be a number"
1318
POST_VALIDATION_ERROR = "Validation errors: contained[?(@.resourceType=='Patient')].name[0].given is a mandatory field"

0 commit comments

Comments
 (0)