From 9c6ee97ff28c4826ad70ae9d8915140bb2849dab Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Tue, 6 Sep 2016 15:06:49 +0200 Subject: [PATCH] Fix tests on Travis --- tests/handlers/api/compute/test_capabilities.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/handlers/api/compute/test_capabilities.py b/tests/handlers/api/compute/test_capabilities.py index 4852ae1a..2280b839 100644 --- a/tests/handlers/api/compute/test_capabilities.py +++ b/tests/handlers/api/compute/test_capabilities.py @@ -25,9 +25,9 @@ from gns3server.config import Config from gns3server.version import __version__ -def test_get(http_compute): +def test_get(http_compute, windows_platform): """ - Nat is not supported outside the GNS3VM + Nat, is supported outside linux """ response = http_compute.get('/capabilities', example=True) assert response.status == 200