update and fix some tests from rebase

This commit is contained in:
dandds
2018-07-27 15:15:44 -04:00
parent 84c228ec2e
commit 7f5f02985b
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),