From 091104bc7d60c3bed10d58866e6ac35cc7442ce8 Mon Sep 17 00:00:00 2001 From: NachoCP Date: Tue, 2 Feb 2016 11:13:17 +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 49f81e8..a5aad47 100644 --- a/tests/blueprints_test/__init__.py +++ b/tests/blueprints_test/__init__.py @@ -65,7 +65,7 @@ class BlueprintsTest(TestCase): def test_headers(self): i = ["/api/plugins/?nothing="] - j = ["/api/?i=test&"]: + j = ["/api/?i=test&"] resp = self.client.get("%s" % (i)) assert "@context" in resp.json resp = self.client.get("%s&%s=0" % (i, j))