From c1c3a9ed80ac81628df182cf6088351884a72ced Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Fri, 9 Jun 2017 09:28:45 +0200 Subject: [PATCH] Drop debug --- tests/handlers/api/controller/test_gns3vm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/handlers/api/controller/test_gns3vm.py b/tests/handlers/api/controller/test_gns3vm.py index 21e156d2..5502caba 100644 --- a/tests/handlers/api/controller/test_gns3vm.py +++ b/tests/handlers/api/controller/test_gns3vm.py @@ -46,4 +46,3 @@ def test_put_gns3vm(http_controller): def test_get_gns3vm(http_controller): response = http_controller.get('/gns3vm', example=True) assert response.status == 200 - print(response.json)