mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-25 01:22:28 +00:00
Test Changed
This commit is contained in:
parent
5983493b78
commit
6a84af1c5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user