1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Fix tests on Travis

This commit is contained in:
Julien Duponchelle 2016-09-06 15:06:49 +02:00
parent 0bbda4a5d7
commit 9c6ee97ff2
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

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