Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.test_server::test_load_and_check_config_remote_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_rem0') def test_load_and_check_config_remote_config_fine(tmpdir): """'Remote configuration is fine""" config = {"storage": {"cls": "remote"}} config_path = prepare_config_file(tmpdir, config) > cfg = load_and_check_config(config_path, type="any") 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:67: TypeError