Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.web.tests.api.views.test_raw::Tests / Python tests / test_api_raw_snapshot
Failed

TEST RESULT

Run At
Apr 27 2022, 10:12 PM
Details
api_client = <rest_framework.test.APIClient object at 0x7f3882063f98> archive_data = <swh.web.tests.conftest._ArchiveData object at 0x7f3882824080> snapshot = '99ce72dbb2679eb6962ab9bbf85152857bba81a2' def test_api_raw_snapshot(api_client, archive_data, snapshot): > _test_api_raw_hash(api_client, archive_data, snapshot["id"], "snp") E TypeError: string indices must be integers .tox/py3/lib/python3.7/site-packages/swh/web/tests/api/views/test_raw.py:77: TypeError