Open matin opened 5 years ago
The response from this service should be mocked; otherwise, it becomes impossible for anyone else to reproduce without having the identical code running on their computer.
@pytest.fixture def client_proxy(): yield Client(sandbox=True, proxy='http://127.0.0.1:3001')
This should use requests-mock
requests-mock
/cc @felipaoo
@gregcastro please push the change directly to the multikey branch
multikey
The response from this service should be mocked; otherwise, it becomes impossible for anyone else to reproduce without having the identical code running on their computer.
This should use
requests-mock
/cc @felipaoo