diff --git a/tests/discovery/test_hosts.py b/tests/discovery/test_hosts.py index b65f5b5..1090ea3 100644 --- a/tests/discovery/test_hosts.py +++ b/tests/discovery/test_hosts.py @@ -27,6 +27,7 @@ def test_FromPodHostDiscovery(): f.execute() # Test that we don't trigger a HostScanEvent unless either config.remote or config.cidr are configured + m.get("http://canhazip.com/", text="10.10.10.10") config.remote = "1.2.3.4" f.execute()