Index: tst_patient_id/test.py =================================================================== diff -u -re00ae8cb168689b6ccebd23b63ff3ef48572f3ff -r41a47927492869832692ec6e17a9de53a68e57e9 --- tst_patient_id/test.py (.../test.py) (revision e00ae8cb168689b6ccebd23b63ff3ef48572f3ff) +++ tst_patient_id/test.py (.../test.py) (revision 41a47927492869832692ec6e17a9de53a68e57e9) @@ -200,7 +200,7 @@ utils.waitForGUI(2) mouseClick(waitForObject(names.o_input_patient_id)) - for expected_patient_id, actual_patient_id in config.PATIENT_ID.items(): + for expected_patient_id, actual_patient_id in config.PATIENT_ID_COMBINATION.items(): validation_of_valid_patient_id_through_keypad(expected_patient_id, actual_patient_id) validation_of_valid_patient_id_through_user_input(expected_patient_id, actual_patient_id)