remove reference to fundz in config and api mocks

This commit is contained in:
dandds
2018-07-31 11:21:48 -04:00
parent 65239b7882
commit ba4ea97d4b
3 changed files with 1 additions and 11 deletions

View File

@@ -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)