Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BioHPC
clair-singularity
Commits
54fa3846
Commit
54fa3846
authored
Aug 24, 2017
by
David Trudgian
Browse files
Missing API version in test API_URL
parent
7c95ecc3
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/test_clair.py
View file @
54fa3846
...
...
@@ -2,7 +2,7 @@ import pytest
from
clair_singularity.clair
import
check_clair
,
post_layer
,
get_report
API_URL
=
'http://127.0.0.1:6060/'
API_URL
=
'http://127.0.0.1:6060/
v1/
'
def
test_check_clair
():
# We can talk to the API
...
...
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