Fix tests for diff scenarios

This commit is contained in:
Rebecca Hsieh 2024-02-21 08:57:26 -08:00
parent a14a32159c
commit 51411f4e3e
No known key found for this signature in database
2 changed files with 9 additions and 26 deletions

View file

@ -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: