mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
fix(services): verify Route53 records and handle TrustedAdvisor error (#2448)
This commit is contained in:
7
tests/lib/utils/utils_test.py
Normal file
7
tests/lib/utils/utils_test.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from prowler.lib.utils.utils import validate_ip_address
|
||||
|
||||
|
||||
class Test_Validate_Ip_Address:
|
||||
def test_validate_ip_address(self):
|
||||
assert validate_ip_address("88.26.151.198")
|
||||
assert not validate_ip_address("Not an IP")
|
||||
Reference in New Issue
Block a user