remove reference to fundz in config and api mocks
This commit is contained in:
@@ -61,12 +61,3 @@ class MockApiClient(ApiClient):
|
||||
|
||||
|
||||
MOCK_VALID_PE_ID = "8675309U"
|
||||
|
||||
class MockFundzClient(MockApiClient):
|
||||
|
||||
@tornado.gen.coroutine
|
||||
def get(self, path, **kwargs):
|
||||
if path.endswith(MOCK_VALID_PE_ID):
|
||||
return self._get_response("GET", path, 200)
|
||||
else:
|
||||
return self._get_response("GET", path, 404)
|
||||
|
Reference in New Issue
Block a user