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

@ -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()