dlt
dlt copied to clipboard
RESTClient: replace `mock_api_server` test fixture
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.