Skip to content

Commit f518817

Browse files
committed
constants
1 parent 71c47b8 commit f518817

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

e2e_batch/constants.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66

77
SOURCE_BUCKET = f"immunisation-batch-{environment}-data-sources"
88
INPUT_PREFIX = ""
9-
ACK_BUCKET = (
10-
"immunisation-batch-ref-data-destinations"
11-
if environment == "ref"
12-
else f"immunisation-batch-{environment}-data-destinations"
13-
)
14-
9+
ACK_BUCKET = f"immunisation-batch-{environment}-data-destinations"
1510
FORWARDEDFILE_PREFIX = "forwardedFile/"
1611
PRE_VALIDATION_ERROR = "Validation errors: doseQuantity.value must be a number"
1712
POST_VALIDATION_ERROR = "Validation errors: contained[?(@.resourceType=='Patient')].name[0].given is a mandatory field"

0 commit comments

Comments
 (0)