- realtor tests

pull/31/head
Zachary Hampton 2023-10-04 12:04:05 -07:00
parent 446d5488b8
commit 6bb68766fc
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ def test_realtor():
listing_type="for_sale",
)
]
except (InvalidSite, InvalidListingType, NoResultsFound, GeoCoordsNotFound):
except (InvalidListingType, NoResultsFound):
assert True
assert all([result is None for result in bad_results])