diff --git a/tests/discovery/test_otx.py b/tests/discovery/test_otx.py index bb48111a..037aef3e 100644 --- a/tests/discovery/test_otx.py +++ b/tests/discovery/test_otx.py @@ -19,7 +19,7 @@ class TestOtx(object): @staticmethod def domain() -> str: - return "metasploit.com" + return "cybermon.uk" async def test_api(self) -> None: base_url = f"https://otx.alienvault.com/api/v1/indicators/domain/{TestOtx.domain()}/passive_dns"