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