Move financial verification to its own page

This commit is contained in:
Patrick Smith
2018-07-23 16:11:54 -04:00
committed by Luis Cielak
parent db0db3f327
commit c8e1026165
6 changed files with 339 additions and 105 deletions

View File

@@ -4,6 +4,14 @@ from tornado.httpclient import HTTPRequest, HTTPResponse
from atst.api_client import ApiClient
MOCK_USER = {
"id": "9cb348f0-8102-4962-88c4-dac8180c904c",
"email": "fake.user@mail.com",
"first_name": "Fake",
"last_name": "User",
}
class MockApiClient(ApiClient):
def __init__(self, service):