Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.test_server::test_load_and_check_config_local_config_fine
Failed

TEST RESULT

Run At
Oct 16 2020, 3:14 PM
Details
tmpdir = local('/tmp/pytest-of-jenkins/pytest-0/test_load_and_check_config_loc0') def test_load_and_check_config_local_config_fine(tmpdir): """'local' complete configuration is fine""" config = {"storage": {"cls": "local", "db": "db", "objstorage": "something",}} config_path = prepare_config_file(tmpdir, config) > cfg = load_and_check_config(config_path, type="local") E TypeError: load_and_check_config() got an unexpected keyword argument 'type' .tox/py3/lib/python3.7/site-packages/swh/storage/tests/test_server.py:59: TypeError