Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
infra
spot
Commits
dc1133ab
Commit
dc1133ab
authored
Jan 28, 2019
by
Gaël Duval
🏄🏼
Browse files
Update test_api.py
Update test to be compatible with Daniel latest commit that failed
parent
3be9ef8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/functional/test_api.py
View file @
dc1133ab
...
...
@@ -26,4 +26,4 @@ def test_index(ctx, redisdb):
response
=
res
.
json
()
assert
len
(
response
[
"results"
])
>
5
assert
len
(
response
[
"image_results"
])
==
5
assert
len
(
response
[
'videos_results'
])
==
5
assert
len
(
response
[
'videos_results'
])
==
2
Romain Hunault
@rhunault
mentioned in commit
131c3db1
·
Jan 28, 2019
mentioned in commit
131c3db1
mentioned in commit 131c3db1249087828140186f3c471051c9366503
Toggle commit list
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