CI: Check that plmn_list matching key has dict type
The loop passes over all keys. For plmn_list, there are subentries mcc, mnc, mnc_length. The plmn_list if block assumes that the key is a dict, which was not checked for, leading to a type error.
Showing
Please register or sign in to comment