dlt icon indicating copy to clipboard operation
dlt copied to clipboard

RESTClient: replace `mock_api_server` test fixture

Open burnash opened this issue 2 years ago • 0 comments

mock_api_server fixture is a duplicate of what we have in verified-sources repo:

https://github.com/dlt-hub/dlt/blob/73e81765afeb095eddead3babbee97858db2598f/tests/sources/helpers/rest_client/conftest.py#L135

It is used to test RESTClient. In the core we don't really need multi-endpoint mocking so we can replace mock_api_server with a simpler mock solution.

burnash avatar Apr 26 '24 12:04 burnash