mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 15:06:32 +02:00
fix some tests
This commit is contained in:
parent
f054cfa5cf
commit
df9f3dcce5
18 changed files with 60 additions and 58 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue