Minor fixes in parsing utils.

This commit is contained in:
pablo 2020-12-29 20:42:21 +01:00
parent 3b79ba06d8
commit cb553b5f7e
2 changed files with 9 additions and 0 deletions

View file

@ -2678,6 +2678,7 @@ def test_parsing_flow_works_for_ad_html(real_ad_html):
assert (
parsing_flow.all_non_optional_fields_were_found
and parsing_flow.all_found_fields_are_valid
and len(parsing_flow.field_values) == len(all_instructions)
)