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:
parent
0bbda4a5d7
commit
9c6ee97ff2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user