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

Test Changed

This commit is contained in:
NachoCP 2016-02-02 11:13:17 +01:00
parent 81cbe5ea54
commit 091104bc7d

View File

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