Skip to content

Commit 9ebcf87

Browse files
author
Kolea Plesco
committed
Validation Summary Report
1 parent 17d8714 commit 9ebcf87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/notice_validator/test_xpath_coverage_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def test_xpath_coverage_runner(fake_notice_F03, fake_conceptual_mappings_F03_pat
77
fake_conceptual_mappings_F03_path)
88
json_report = xpath_coverage_json_report(report)
99
assert isinstance(json_report, dict)
10-
assert json_report["coverage"]
10+
assert json_report["validation_result"]["coverage"]
1111

1212
html_report = xpath_coverage_html_report(report)
1313
assert fake_notice_F03.ted_id in html_report

0 commit comments

Comments
 (0)