mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-02-07 08:43:48 +02:00
Merge pull request #55 from dlintott/fix_broken_test
Update test with correct hypervisor IP
This commit is contained in:
commit
93934cf554
@ -14,7 +14,7 @@ def test_port(hypervisor):
|
|||||||
|
|
||||||
def test_host(hypervisor):
|
def test_host(hypervisor):
|
||||||
|
|
||||||
assert hypervisor.host == "127.0.0.1"
|
assert hypervisor.host == "0.0.0.0"
|
||||||
|
|
||||||
|
|
||||||
def test_working_dir(hypervisor):
|
def test_working_dir(hypervisor):
|
||||||
|
Loading…
Reference in New Issue
Block a user