tests: Bump dependency on latest swh-core
This also modifies the test dataset to filename with url decoded filename. As this is what the latest pytest plugin requires.
This commit is contained in:
parent
e0dbca759c
commit
81a31f3c06
9 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
_all_docs,startkey=%22%22,limit=1001
|
||||
_all_docs,startkey="",limit=1001
|
|
@ -20,7 +20,7 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
class NpmListerTester(HttpListerTesterBase, unittest.TestCase):
|
||||
Lister = NpmLister
|
||||
test_re = re.compile(r'^.*/_all_docs\?startkey=%22(.+)%22.*')
|
||||
test_re = re.compile(r'^.*/_all_docs\?startkey="(.+)".*')
|
||||
lister_subdir = 'npm'
|
||||
good_api_response_file = 'data/replicate.npmjs.com/api_response.json'
|
||||
bad_api_response_file = 'data/api_empty_response.json'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue