fix tests
This commit is contained in:
@@ -1047,7 +1047,8 @@ def mocked_requests(*args, **kwargs):
|
||||
return MockResponse(nkstrokedata,200)
|
||||
if nkworkoutlisttester.match(args[0]):
|
||||
params = kwargs.pop('params',{})
|
||||
if 'after' in params and params['after'] == 1267136372998:
|
||||
|
||||
if 'after' in params and params['after'] == '1267049972000':
|
||||
return MockResponse(nkimpellerworkoutlist,200)
|
||||
return MockResponse(nkworkoutlist,200)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user