fix manual financial verification test

This commit is contained in:
dandds 2018-09-13 11:46:42 -04:00 committed by luisgov
parent 24af3a24b3
commit b363fe04d6

View File

@ -100,7 +100,7 @@ class TestPENumberInForm:
response = self.submit_data(client, user, data)
assert "enter TO information manually" in response.data.decode()
assert "extended=True" in response.data.decode()
def test_submit_financial_form_with_valid_task_order(
self, monkeypatch, user_session, client