Skip to content

Commit 3ef25bf

Browse files
author
Kolea Plesco
committed
Bulk packager updates + tests
1 parent c3bf4a6 commit 3ef25bf

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/unit/notice_validator/test_xpath_coverage_runner.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,14 @@ def test_validate_xpath_coverage_notice_by_id(fake_notice_id, fake_mapping_suite
6060
notice_id=fake_notice_id,
6161
mapping_suite_identifier=fake_mapping_suite_F03_id,
6262
mapping_suite_repository=mapping_suite_repository_db,
63-
mongodb_client=mongodb_client)
63+
mongodb_client=mongodb_client,
64+
with_html=True)
6465

6566
mapping_suite_repository_db.add(mapping_suite)
6667

6768
validate_xpath_coverage_notice_by_id(
6869
notice_id=fake_notice_id,
6970
mapping_suite_identifier=fake_mapping_suite_F03_id_with_version,
7071
mapping_suite_repository=mapping_suite_repository_db,
71-
mongodb_client=mongodb_client)
72+
mongodb_client=mongodb_client,
73+
with_html=True)

0 commit comments

Comments
 (0)