diff --git a/tests/test_api_lookaside.py b/tests/test_api_lookaside.py index fa259d6..a8174ab 100644 --- a/tests/test_api_lookaside.py +++ b/tests/test_api_lookaside.py @@ -6,7 +6,7 @@ def test_lookaside_download_url(fixtures_dir): config = configparser.ConfigParser() config.read(f'{fixtures_dir}/centpkg.conf') section = config.sections()[0] - _lookaside = lookaside.CentOSLookasideCache('md5', + _lookaside = lookaside.CentOSLookasideCache(config[section]['lookasidehash'], config[section]['lookaside'], config[section]['lookaside_cgi'])