1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-12 19:38:57 +00:00

Update test with correct hypervisor IP

This commit is contained in:
Daniel Lintott 2014-12-09 13:49:45 +00:00
parent 20592f72c0
commit 6a81390808

View File

@ -14,7 +14,7 @@ def test_port(hypervisor):
def test_host(hypervisor):
assert hypervisor.host == "127.0.0.1"
assert hypervisor.host == "0.0.0.0"
def test_working_dir(hypervisor):