match_types for HERE metadata

This commit is contained in:
Juan Ignacio Sánchez Lara
2018-07-16 11:52:25 +02:00
parent f2197d4b2a
commit 0b635377ef
2 changed files with 17 additions and 3 deletions

View File

@@ -78,9 +78,9 @@ class TestStreetFunctionsSetUp(TestCase):
HERE_METADATAS = {
'Plaza España, Barcelona':
{'relevance': 1, 'precision': 'precise'},
{'relevance': 1, 'precision': 'precise', 'match_types': ['street']},
'Santiago Rusiñol 123, Valladolid':
{'relevance': 0.89, 'precision': 'precise'} # Wrong. See https://stackoverflow.com/questions/51285622/missing-matchtype-at-here-geocoding-responses
{'relevance': 0.89, 'precision': 'precise', 'match_types': ['street']} # Wrong. See https://stackoverflow.com/questions/51285622/missing-matchtype-at-here-geocoding-responses
}
TOMTOM_METADATAS = {