File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
lambdas/recordforwarder/tests/repository Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -396,11 +396,13 @@ def update_immunization_uses_separate_identifier_pk_for_legacy_identifiers_test_
396396 )
397397
398398 def test_update_immunization_uses_separate_identifier_pk_for_legacy_identifiers_tpp (self ):
399+ """it should use a V5 identifier_pk for a legacy TPP identifier"""
399400 self .update_immunization_uses_separate_identifier_pk_for_legacy_identifiers_test_logic (
400401 "YGA" , "https://tpp-uk.com/Id/ve/vacc"
401402 )
402403
403404 def test_update_immunization_uses_separate_identifier_pk_for_legacy_identifiers_emis (self ):
405+ """it should use a V5 identifier_pk for a legacy EMIS identifier"""
404406 self .update_immunization_uses_separate_identifier_pk_for_legacy_identifiers_test_logic (
405407 "YGJ" , "https://emishealth.com/identifiers/vacc"
406408 )
@@ -561,11 +563,13 @@ def delete_immunization_uses_separate_identifier_pk_for_legacy_identifiers_test_
561563 self .assertEqual (response , f"Immunization#{ self .immunization ['id' ]} " )
562564
563565 def test_delete_immunization_uses_separate_identifier_pk_for_legacy_identifiers_tpp (self ):
566+ """it should use a V5 identifier_pk for a legacy TPP identifier"""
564567 self .delete_immunization_uses_separate_identifier_pk_for_legacy_identifiers_test_logic (
565568 "YGA" , "https://tpp-uk.com/Id/ve/vacc"
566569 )
567570
568571 def test_delete_immunization_uses_separate_identifier_pk_for_legacy_identifiers_emis (self ):
572+ """it should use a V5 identifier_pk for a legacy EMIS identifier"""
569573 self .delete_immunization_uses_separate_identifier_pk_for_legacy_identifiers_test_logic (
570574 "YGJ" , "https://emishealth.com/identifiers/vacc"
571575 )
You can’t perform that action at this time.
0 commit comments