remove fundz_client in favor of pe numbers repo

This commit is contained in:
dandds
2018-07-30 16:25:15 -04:00
committed by richard-dds
parent 2e13c4772b
commit c2d5c52577
6 changed files with 27 additions and 29 deletions

View File

@@ -11,7 +11,6 @@ from atst.sessions import DictSessions
def app(db):
TEST_DEPS = {
"authnid_client": MockApiClient("authnid"),
"fundz_client": MockFundzClient("fundz"),
"sessions": DictSessions(),
"db_session": db
}