assert_field# assert_field(dict_1: dict, dict_2: dict, field: str) → None[source]# Compare two fields of a dictionary Parameters: dict_1 (dict) – Dict 1 dict_2 (dict) – Dict 2 field (str) – Field to compare