Skip to content

Commit

Permalink
chore: fix sigs (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGurney authored Sep 27, 2024
1 parent 1c1c168 commit c6af601
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions signatures/brandpad.py
Original file line number Diff line number Diff line change
@@ -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",
)
2 changes: 1 addition & 1 deletion signatures/wix.py → signatures/wix.py.old
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand Down

0 comments on commit c6af601

Please sign in to comment.