Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.web.tests.api.views.test_content
Failed

TEST RESULT

Run At
Aug 6 2020, 11:51 PM
Details
.tox/py3/lib/python3.7/site-packages/swh/web/tests/api/views/test_content.py:16: in <module> @given(content()) .tox/py3/lib/python3.7/site-packages/swh/web/tests/strategies.py:88: in content return _known_swh_object("contents") .tox/py3/lib/python3.7/site-packages/swh/web/tests/strategies.py:59: in _known_swh_object return sampled_from(get_tests_data()[object_type]) .tox/py3/lib/python3.7/site-packages/swh/web/tests/data.py:335: in get_tests_data _tests_data = _init_tests_data() .tox/py3/lib/python3.7/site-packages/swh/web/tests/data.py:263: in _init_tests_data cnt_data = storage.content_get_data(sha1) E AttributeError: 'InMemoryStorage' object has no attribute 'content_get_data'