Skip to content

Commit

Permalink
Temporarily disabling the location_checker function to test for timeo…
Browse files Browse the repository at this point in the history
…ut errors
  • Loading branch information
JulianForeman committed Aug 20, 2024
1 parent 7e0607d commit d337e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/api/constants/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ class GoElectricRebatesColumnMapping(Enum):
"validation_functions": [
{"function": validate_phone_numbers, "columns": ["Phone Number"], "kwargs": {"indices_offset": 2}},
{"function": typo_checker, "columns": ["Applicant Name"], "kwargs": {"cutoff": 0.8, "indices_offset": 2}},
{"function": location_checker, "columns": ["City"], "kwargs": {"indices_offset":2}},
# {"function": location_checker, "columns": ["City"], "kwargs": {"indices_offset":2}},
{"function": email_validator, "columns": ["Email"], "kwargs": {"indices_offset":2, "get_resolver": get_google_resolver}},
{"function": validate_field_values, "columns": [], "kwargs": {"indices_offset":2, "fields_and_values": GER_VALID_FIELD_VALUES}},
]
Expand Down

0 comments on commit d337e72

Please sign in to comment.