From 6a84af1c5aec7787853b2247d2a1545ed5544899 Mon Sep 17 00:00:00 2001 From: NachoCP Date: Tue, 2 Feb 2016 10:44:13 +0100 Subject: [PATCH] Test Changed --- tests/blueprints_test/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/blueprints_test/__init__.py b/tests/blueprints_test/__init__.py index 2b7c5b4..7ef027e 100644 --- a/tests/blueprints_test/__init__.py +++ b/tests/blueprints_test/__init__.py @@ -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