moar testing!!!

This commit is contained in:
matthewswspence 2024-09-04 15:52:13 -05:00
parent a61e8a1670
commit d9898e3af2
No known key found for this signature in database
GPG key ID: FB458202A7852BA4

View file

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