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))