Skip to content
Snippets Groups Projects
Verified Commit 3ab31fba authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

tests: Don't check the number of created 'person' objects

Fixes build [1]

[1] https://jenkins.softwareheritage.org/job/DLDHG/job/tests/793
parent 6d22cbeb
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,6 @@ def test_loader_hg_new_visit_no_release(swh_config, datadir, tmp_path):
"directory": 3,
"origin": 1,
"origin_visit": 1,
"person": 1,
"release": 0,
"revision": 58,
"skipped_content": 0,
......@@ -117,7 +116,6 @@ def test_loader_hg_new_visit_with_release(swh_config, datadir, tmp_path):
"directory": 3,
"origin": 1,
"origin_visit": 1,
"person": 3,
"release": 1,
"revision": 3,
"skipped_content": 0,
......@@ -200,7 +198,6 @@ def test_visit_with_archive_decompression_failure(swh_config, mocker, datadir):
"directory": 0,
"origin": 1,
"origin_visit": 1,
"person": 0,
"release": 0,
"revision": 0,
"skipped_content": 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment