File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
lambdas/recordprocessor/tests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,7 @@ def test_process_row_successfully_uplifts_legacy_tpp_uri(self):
257257 # validate if the response with expected result
258258 self .assertDictEqual (imms_fhir_resource ["fhir_json" ], expected_successful_result_tpp )
259259 self .assertEqual (legacy_tpp_row ["UNIQUE_ID_URI" ], "https://tpp-uk.com/Id/ve/vacc" )
260+ self .assertEqual (imms_fhir_resource ["local_id" ], "RSV_002^https://tpp-uk.com/Id/ve/vacc" )
260261
261262 def test_process_row_successfully_uplifts_legacy_emis_uri (self ):
262263 """
@@ -274,6 +275,7 @@ def test_process_row_successfully_uplifts_legacy_emis_uri(self):
274275 # validate if the response with expected result
275276 self .assertDictEqual (imms_fhir_resource ["fhir_json" ], expected_successful_result_emis )
276277 self .assertEqual (legacy_emis_row ["UNIQUE_ID_URI" ], "https://emishealth.com/identifiers/vacc" )
278+ self .assertEqual (imms_fhir_resource ["local_id" ], "RSV_002^https://emishealth.com/identifiers/vacc" )
277279
278280
279281if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments