Add Mailer class method to email TOs to MSFT

This commit is contained in:
graham-dds
2020-01-30 10:46:04 -05:00
committed by leigh-mil
parent baf7be2961
commit 00a5a98577
6 changed files with 99 additions and 3 deletions

View File

@@ -164,6 +164,12 @@ def pdf_upload2():
yield FileStorage(fp, content_type="application/pdf")
@pytest.fixture
def downloaded_task_order():
with open(PDF_FILENAME, "rb") as fp:
yield {"name": "mock.pdf", "content": fp.read()}
@pytest.fixture
def extended_financial_verification_data(pdf_upload):
return {