Skip to content

Commit 837cac1

Browse files
authored
Merge pull request #359 from NHSDigital/AMB---0888
AMB-2347 : Immunisation Batch End to End Automation Testing REF few changes
2 parents e9b1514 + 7f8866a commit 837cac1

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)