swh_storage = <swh.storage.proxies.retry.RetryingProxyStorage object at 0x7fb63c5de668>
requests_mock_datadir = <requests_mock.mocker.Mocker object at 0x7fb63c577940>
def test_archive_with_integrity(swh_storage, requests_mock_datadir):
artifacts = copy.deepcopy(NIXGUIX_ARTIFACTS)
loader = ArchiveLoader(swh_storage, NIXGUIX_URL_ARTIFACT, artifacts=artifacts)
actual_load_status = loader.load()
> assert actual_load_status["status"] == "eventful"
E AssertionError: assert 'failed' == 'eventful'
E - eventful
E + failed
.tox/py3/lib/python3.7/site-packages/swh/loader/package/archive/tests/test_archive.py:632: AssertionError
TEST RESULT
TEST RESULT
- Run At
- Sep 29 2022, 11:02 AM