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
091104bc
Commit
091104bc
authored
Feb 02, 2016
by
Ignacio Corcuera
Browse files
Test Changed
parent
81cbe5ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/blueprints_test/__init__.py
View file @
091104bc
...
...
@@ -65,7 +65,7 @@ class BlueprintsTest(TestCase):
def
test_headers
(
self
):
i
=
[
"/api/plugins/?nothing="
]
j
=
[
"/api/?i=test&"
]
:
j
=
[
"/api/?i=test&"
]
resp
=
self
.
client
.
get
(
"%s"
%
(
i
))
assert
"@context"
in
resp
.
json
resp
=
self
.
client
.
get
(
"%s&%s=0"
%
(
i
,
j
))
...
...
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