fix some tests

This commit is contained in:
matthewswspence 2024-08-20 13:48:16 -05:00
parent f054cfa5cf
commit df9f3dcce5
No known key found for this signature in database
GPG key ID: FB458202A7852BA4
18 changed files with 60 additions and 58 deletions

View file

@ -95,7 +95,7 @@ class DomainRequestFixture:
# TODO for a future ticket: Allow for more than just "federal" here
da.generic_org_type = app["generic_org_type"] if "generic_org_type" in app else "federal"
da.submission_date = fake.date()
da.last_submitted_date = fake.date()
da.federal_type = (
app["federal_type"]
if "federal_type" in app