Compare commits

..

No commits in common. '9ffc3c764e87b78b2475ccdf426e0207612fc287' and '13601fddbf0d8531790aeca2d8fafeccae09c6d4' have entirely different histories.

  1. 2
      mock/utils/mock_service.py

@ -37,7 +37,7 @@ def mock(_ip, _api, **kwargs):
print("this is none")
return JsonResponse(mock_data, json_dumps_params={'ensure_ascii': False})
else:
return bypass(kwargs.get('request'))
bypass(kwargs.get('request'))
if _api == 'validError':
mock_data = valid_error_tmp.get()
return JsonResponse(mock_data, json_dumps_params={'ensure_ascii': False})

Loading…
Cancel
Save