mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
Merge pull request #1743 from cisagov/nl/1576-fixture-domain-request-submission-dates-are-blank
Issue #1576: Submission dates for fixture domain requests are blank
This commit is contained in:
commit
bce1e4e582
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class DomainApplicationFixture:
|
|||
# Random choice of agency for selects, used as placeholders for testing.
|
||||
else random.choice(DomainApplication.AGENCIES) # nosec
|
||||
)
|
||||
|
||||
da.submission_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