Skip to content

Commit e6afb1e

Browse files
committed
remove comments
1 parent f2c285c commit e6afb1e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

delta_backend/src/delta.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def send_message(record, queue_url=failure_queue_url):
6666

6767
def get_vaccine_type(patient_sort_key: str) -> str:
6868
vaccine_type = patient_sort_key.split("#")[0]
69-
# VED-455: vaccine type should populate in upper case
7069
return str.strip(str.upper(vaccine_type))
7170

7271
def get_imms_id(primary_key: str) -> str:

delta_backend/tests/utils_for_converter_tests.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ def get_event_record(imms_id, event_name, operation, supplier="EMIS"):
179179
"ApproximateCreationDateTime": 1690896000,
180180
"NewImage": {
181181
"PK": {"S": pk},
182-
# VED-455
183182
"PatientSK": {"S": "Covid19#ca8ba2c6-2383-4465-b456-c1174c21cf31"},
184183
"IdentifierPK": {"S": "system#1"},
185184
"Operation": {"S": operation},
@@ -196,7 +195,6 @@ def get_event_record(imms_id, event_name, operation, supplier="EMIS"):
196195
"ApproximateCreationDateTime": 1690896000,
197196
"Keys": {
198197
"PK": {"S": pk},
199-
# VED-455
200198
"PatientSK": {"S": "Covid19#ca8ba2c6-2383-4465-b456-c1174c21cf31"},
201199
"SupplierSystem": {"S": supplier},
202200
"Resource": {"S": ValuesForTests.json_value_for_test},
@@ -205,7 +203,6 @@ def get_event_record(imms_id, event_name, operation, supplier="EMIS"):
205203
}
206204

207205
expected_static_values = {
208-
# VED-455
209206
"VaccineType": "COVID19",
210207
"SupplierSystem": "EMIS",
211208
"Source": "test-source",

0 commit comments

Comments
 (0)