tests: Update pytest_plugin according to latest version change

This commit is contained in:
Antoine R. Dumont (@ardumont) 2019-10-14 18:20:15 +02:00
parent 9a1314c656
commit a8cde12d72
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8
44 changed files with 8 additions and 8 deletions

View file

@ -27,7 +27,7 @@ def test_load_raw_data_from_query_failure(requests_mock_datadir):
def test_load_raw_data_from_file(datadir):
filepath = path.join(datadir, 'ftp.gnu.org', 'tree.json.gz')
filepath = path.join(datadir, 'https_ftp.gnu.org', 'tree.json.gz')
actual_json = load_raw_data(filepath)
assert actual_json is not None
assert isinstance(actual_json, list)