unit tests

This commit is contained in:
zandercymatics 2024-12-19 14:05:06 -07:00
parent 9e339c2cd9
commit de8d252136
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 159 additions and 1 deletions

View file

@ -810,7 +810,7 @@ class DomainRequest(TimeStampedModel):
except Exception as err:
logger.error(err)
logger.error(f"Can't query an approved domain while attempting {called_from}")
# Delete the suborg as long as this is the only place it is used
self._cleanup_dangling_suborg()