From ab2c1f73e4534b05a8554048fd07b2f015ebcae3 Mon Sep 17 00:00:00 2001 From: NachoCP Date: Tue, 2 Feb 2016 11:03:47 +0100 Subject: [PATCH] Test Changed --- tests/blueprints_test/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/blueprints_test/__init__.py b/tests/blueprints_test/__init__.py index 7ef027e..cbde5c6 100644 --- a/tests/blueprints_test/__init__.py +++ b/tests/blueprints_test/__init__.py @@ -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))