Fix otx test

This commit is contained in:
L1ghtn1ng 2023-11-12 22:24:45 +00:00
parent 882a32004d
commit cddcb5f383

View file

@ -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"