mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +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_yes_no_form_fields()
|
||||
try:
|
||||
raise ValueError("TEST TEST TEST")
|
||||
except Exception as e:
|
||||
logger.error(e)
|
||||
raise Exception("TEST TEST TEST")
|
||||
except Exception:
|
||||
logger.error(traceback.format_exc)
|
||||
|
||||
if self._cached_status != self.status:
|
||||
self.last_status_update = timezone.now().date()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue