Check that postal codes are strings in config

This commit is contained in:
Lucas Verney 2017-11-26 16:51:37 +01:00
parent 4a65f52475
commit 571b42f5b1
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ def validate_config(config, check_with_data):
assert "postal_codes" in constraint
assert constraint["postal_codes"]
assert all(isinstance(x, str) for x in constraint["postal_codes"])
if check_with_data:
opendata_postal_codes = [
x.postal_code