mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 20:49:41 +02:00
moar testing!!!
This commit is contained in:
parent
a61e8a1670
commit
d9898e3af2
1 changed files with 3 additions and 3 deletions
|
@ -645,9 +645,9 @@ class DomainRequest(TimeStampedModel):
|
||||||
self.sync_organization_type()
|
self.sync_organization_type()
|
||||||
self.sync_yes_no_form_fields()
|
self.sync_yes_no_form_fields()
|
||||||
try:
|
try:
|
||||||
raise ValueError("TEST TEST TEST")
|
raise Exception("TEST TEST TEST")
|
||||||
except Exception as e:
|
except Exception:
|
||||||
logger.error(e)
|
logger.error(traceback.format_exc)
|
||||||
|
|
||||||
if self._cached_status != self.status:
|
if self._cached_status != self.status:
|
||||||
self.last_status_update = timezone.now().date()
|
self.last_status_update = timezone.now().date()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue