diff --git a/tests/test_hubspot_all_fields.py b/tests/test_hubspot_all_fields.py index d4b4c975..10842e55 100644 --- a/tests/test_hubspot_all_fields.py +++ b/tests/test_hubspot_all_fields.py @@ -276,7 +276,10 @@ def test_run(self): # to our test data. We have determined that the filtering of these fields is an expected behavior. # deals workaround for 'property_hs_date_entered_' fields - bad_key_prefixes = {'property_hs_date_entered_', 'property_hs_date_exited_'} + bad_key_prefixes = {'property_hs_date_entered_', + 'property_hs_date_exited_', + 'property_hs_time_in_example_' + } bad_keys = set() for key in expected_keys_adjusted: for prefix in bad_key_prefixes: