Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.indexer.tests.test_cli::test_origin_metadata_reindex_empty_db
Failed

TEST RESULT

Run At
Oct 15 2020, 3:49 PM
Details
@pytest.fixture def idx_storage(): """An instance of in-memory indexer storage that gets injected into all indexers classes. """ > idx_storage = get_indexer_storage("memory", {}) E TypeError: get_indexer_storage() takes 1 positional argument but 2 were given .tox/py3/lib/python3.7/site-packages/swh/indexer/tests/conftest.py:45: TypeError