update and fix some tests from rebase

This commit is contained in:
dandds
2018-07-27 15:15:44 -04:00
committed by richard-dds
parent 5f2ffe57b8
commit 0179a22827
6 changed files with 35 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ class TestPENumberInForm:
@tornado.gen.coroutine
def submit_data(self, http_client, base_url, data):
response = yield http_client.fetch(
base_url + "/requests/verify/{}".format(MOCK_REQUEST["id"]),
base_url + "/requests/verify/{}".format(MOCK_REQUEST.id),
method="POST",
headers={"Content-Type": "application/x-www-form-urlencoded"},
body=urllib.parse.urlencode(data),