1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 00:02:28 +00:00

Test Changed

This commit is contained in:
NachoCP 2016-02-02 11:03:47 +01:00
parent 6a84af1c5a
commit ab2c1f73e4

View File

@ -64,8 +64,7 @@ class BlueprintsTest(TestCase):
assert "@context" in resp.json
def test_headers(self):
for i, j in product(["/api/plugins/?nothing=", "/api/?i=test&"],
["headers", "inHeaders"]):
for i, j in product(["/api/plugins/?nothing=", "/api/?i=test&"]):
resp = self.client.get("%s" % (i))
assert "@context" in resp.json
resp = self.client.get("%s&%s=0" % (i, j))