Minor fixes in parsing utils.
This commit is contained in:
parent
3b79ba06d8
commit
cb553b5f7e
2 changed files with 9 additions and 0 deletions
|
|
@ -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)
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue