Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.web.tests.common.test_service::Tests / Python tests / test_lookup_revision_by
Failed

TEST RESULT

Run At
Aug 7 2020, 2:30 PM
Details
archive_data = <swh.web.tests.conftest._ArchiveData object at 0x7fbe6beb4cc0> @given(origin()) > def test_lookup_revision_by(archive_data, origin): .tox/py3/lib/python3.7/site-packages/swh/web/tests/common/test_service.py:675: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/py3/lib/python3.7/site-packages/swh/web/tests/common/test_service.py:679: in test_lookup_revision_by actual_revision = service.lookup_revision_by(origin["url"], branch_name) .tox/py3/lib/python3.7/site-packages/swh/web/common/service.py:608: in lookup_revision_by rev_id = _lookup_revision_id_by(origin, branch_name, timestamp) .tox/py3/lib/python3.7/site-packages/swh/web/common/service.py:572: in _lookup_revision_id_by branch = _get_snapshot_branch(visit["snapshot"], branch_name) .tox/py3/lib/python3.7/site-packages/swh/web/common/service.py:557: in _get_snapshot_branch visit["snapshot"], branches_from=branch_name, branches_count=10 .tox/py3/lib/python3.7/site-packages/swh/web/common/service.py:1060: in lookup_snapshot for (branch_name, branch) in snapshot["branches"].items() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .0 = <dict_itemiterator object at 0x7fbe66813868> "branches": { branch_name: branch.to_dict() if branch else None > for (branch_name, branch) in snapshot["branches"].items() }, "next_branch": snapshot["next_branch"], } ) E AttributeError: 'dict' object has no attribute 'to_dict' .tox/py3/lib/python3.7/site-packages/swh/web/common/service.py:1060: AttributeError