From e2483ee9e963c46174a6603930e584fcd8306f53 Mon Sep 17 00:00:00 2001 From: Guntra Date: Tue, 16 Jul 2019 19:22:47 +0200 Subject: [PATCH] [pap] #286 fix viager test for module --- modules/pap/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pap/test.py b/modules/pap/test.py index 312ca7a6a5..378566608b 100644 --- a/modules/pap/test.py +++ b/modules/pap/test.py @@ -81,7 +81,7 @@ def test_pap_viager(self): query = Query() query.type = POSTS_TYPES.VIAGER query.cities = [] - for city in self.backend.search_city('85'): + for city in self.backend.search_city('paris'): city.backend = self.backend.name query.cities.append(city) # Remove rooms from the tested fields as viager never have them -- GitLab