tests: Update pytest_plugin according to latest version change
This commit is contained in:
parent
9a1314c656
commit
a8cde12d72
44 changed files with 8 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue