[seloger] fix #1883 handle special characters
This commit is contained in:
parent
0f4ee5d121
commit
339283a3c3
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ class SeLogerTest(BackendTest):
|
|||
query.area_min = 20
|
||||
query.cost_max = 1000
|
||||
query.cities = []
|
||||
for city in self.backend.search_city('paris'):
|
||||
for city in self.backend.search_city(u'Ferté'):
|
||||
city.backend = self.backend.name
|
||||
query.cities.append(city)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue