mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
fix some tests
This commit is contained in:
parent
f054cfa5cf
commit
df9f3dcce5
18 changed files with 60 additions and 58 deletions
|
@ -821,7 +821,7 @@ class DomainRequest(TimeStampedModel):
|
|||
if not self.first_submitted_date:
|
||||
self.first_submitted_date = timezone.now().date()
|
||||
|
||||
# Update last_submission_date to today
|
||||
# Update last_submitted_date to today
|
||||
self.last_submitted_date = timezone.now().date()
|
||||
self.save()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue