Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
a5c27bca
Commit
a5c27bca
authored
Feb 02, 2016
by
Ignacio Corcuera
Browse files
Test Changed
parent
cefd6331
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/blueprints_test/__init__.py
View file @
a5c27bca
...
...
@@ -57,7 +57,7 @@ class BlueprintsTest(TestCase):
def
test_list
(
self
):
""" List the plugins """
resp
=
self
.
client
.
get
(
"/plugins/"
)
resp
=
self
.
client
.
get
(
"/
api/
plugins/"
)
self
.
assert200
(
resp
)
logging
.
debug
(
resp
.
json
)
assert
"Dummy"
in
resp
.
json
...
...
Write
Preview
Supports
Markdown
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