diff --git a/signatures/brandpad.py b/signatures/brandpad.py index d603db9..35ad3a5 100644 --- a/signatures/brandpad.py +++ b/signatures/brandpad.py @@ -1,7 +1,7 @@ -from .templates.cname_found_but_string_in_body import cname_found_but_string_in_body - -test = cname_found_but_string_in_body( - cname="cname.brandpad.io", - domain_not_configured_message="is not registered as whitelabel or custom domain.", - service="brandpad.io", -) +from .templates.cname_found_but_string_in_body import cname_found_but_string_in_body + +test = cname_found_but_string_in_body( + cname="brandpad.io", + domain_not_configured_message="is not registered as whitelabel or custom domain.", + service="brandpad.io", +) diff --git a/signatures/wix.py b/signatures/wix.py.old similarity index 90% rename from signatures/wix.py rename to signatures/wix.py.old index 3bae2a5..4cc385e 100644 --- a/signatures/wix.py +++ b/signatures/wix.py.old @@ -3,7 +3,7 @@ test = ip_found_but_string_in_body( - ips=["23.236.62.147"], + ips=["34.149.87.45"], domain_not_configured_message="ConnectYourDomain", service="Wix", )