From cefd6331e0d0610ca12758035d6a02c433c15bf4 Mon Sep 17 00:00:00 2001 From: NachoCP Date: Tue, 2 Feb 2016 11:31:23 +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 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