fix test
This commit is contained in:
parent
42941589c5
commit
81bf44cec6
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ class PapTest(BackendTest):
|
|||
query.cost_max = 900
|
||||
query.cities = []
|
||||
for city in self.backend.search_city('paris'):
|
||||
city.backend = self.backend.name
|
||||
query.cities.append(city)
|
||||
|
||||
results = list(self.backend.search_housings(query))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue