mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-30 01:10:04 +02:00
Fix tests for diff scenarios
This commit is contained in:
parent
a14a32159c
commit
51411f4e3e
2 changed files with 9 additions and 26 deletions
|
@ -1679,8 +1679,6 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
try:
|
||||
data_response = self._get_or_create_domain()
|
||||
cache = self._extract_data_from_response(data_response)
|
||||
# print("!!! cache is")
|
||||
# print(cache)
|
||||
cleaned = self._clean_cache(cache, data_response)
|
||||
self._update_hosts_and_contacts(cleaned, fetch_hosts, fetch_contacts)
|
||||
if fetch_hosts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue