Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
134
Issues
134
List
Boards
Labels
Milestones
Merge Requests
41
Merge Requests
41
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
e2483ee9
Commit
e2483ee9
authored
Jul 16, 2019
by
Guntra
Committed by
ntome
Jul 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[pap]
#286
fix viager test for module
parent
c6d8b1ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test.py
modules/pap/test.py
+1
-1
No files found.
modules/pap/test.py
View file @
e2483ee9
...
...
@@ -81,7 +81,7 @@ class PapTest(BackendTest, HousingTest):
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment