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

@ -32,7 +32,7 @@ class PackagistListerTester(HttpSimpleListerTester, unittest.TestCase):
Lister = PackagistLister
PAGE = 'https://packagist.org/packages/list.json'
lister_subdir = 'packagist'
good_api_response_file = 'data/packagist.org/packages_list.json'
good_api_response_file = 'data/https_packagist.org/packages_list.json'
entries = 5
@requests_mock.Mocker()