mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +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__
|
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)
|
response = http_compute.get('/capabilities', example=True)
|
||||||
assert response.status == 200
|
assert response.status == 200
|
||||||
|
Loading…
Reference in New Issue
Block a user