From 6bb68766fc2afab8d81a1656c93ffd372338c951 Mon Sep 17 00:00:00 2001 From: Zachary Hampton <69336300+ZacharyHampton@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:04:05 -0700 Subject: [PATCH] - realtor tests --- tests/test_realtor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_realtor.py b/tests/test_realtor.py index 12b6d8d..7ace9af 100644 --- a/tests/test_realtor.py +++ b/tests/test_realtor.py @@ -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])