From ceeb70c5f4e1136ef73dd5191389280201227d95 Mon Sep 17 00:00:00 2001 From: Daniel Sagi Date: Mon, 1 Jul 2019 20:17:07 +0300 Subject: [PATCH] added test for canhazip.com --- tests/discovery/test_hosts.py | 1 + 1 file changed, 1 insertion(+) 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()