mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-28 16:29:54 +02:00
Temp override on unknown state test
This commit is contained in:
parent
0e096d3659
commit
7578534f59
1 changed files with 2 additions and 1 deletions
|
@ -1779,7 +1779,8 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
self._update_hosts_and_contacts(cleaned, fetch_hosts, fetch_contacts)
|
||||
|
||||
if self.state == self.State.UNKNOWN:
|
||||
self._fix_unknown_state(cleaned)
|
||||
# self._fix_unknown_state(cleaned)
|
||||
pass
|
||||
if fetch_hosts:
|
||||
self._update_hosts_and_ips_in_db(cleaned)
|
||||
if fetch_contacts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue