Skip to content

Commit 7d9f004

Browse files
author
ASubaran
committed
Added changes
1 parent e9b1514 commit 7d9f004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e_batch/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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 = f"immunisation-batch-ref-data-destinations" if env_value == "ref" else f"immunisation-batch-internal-dev-data-destinations"
1111
FORWARDEDFILE_PREFIX = "forwardedFile/"
1212
PRE_VALIDATION_ERROR = "Validation errors: doseQuantity.value must be a number"
1313
POST_VALIDATION_ERROR = "Validation errors: contained[?(@.resourceType=='Patient')].name[0].given is a mandatory field"

0 commit comments

Comments
 (0)