diff --git a/tests/blueprints_test/__init__.py b/tests/blueprints_test/__init__.py index 558827f..7390ea0 100644 --- a/tests/blueprints_test/__init__.py +++ b/tests/blueprints_test/__init__.py @@ -46,7 +46,7 @@ class BlueprintsTest(TestCase): The dummy plugin returns an empty response,\ it should contain the context """ - resp = self.client.get("/api/?i=My aloha mohame") + resp = self.client.get("/api?i=My aloha mohame") self.assert200(resp) logging.debug("Got response: %s", resp.json) assert "@context" in resp.json