Skip to content

Commit

Permalink
Removed 'new' around unicode for the release of noisy domain filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismyrobot committed Jan 20, 2018
1 parent 341aae3 commit 62ee355
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions dnstwister/templates/email/report.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<h1>dnstwister report for <strong>{{ domain | domain_renderer }}</strong></h1>
<p>
<strong>NEW: dnstwister now supports Unicode domains.</strong>
</p>
<p>
<a href="{{ unsubscribe_link }}">Unsubscribe</a>
</p>
Expand Down
9 changes: 0 additions & 9 deletions tests/test_tools_email.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ def test_email_renderer():

assert template.strip() == textwrap.dedent("""
<h1>dnstwister report for <strong>www<span>.</span>example<span>.</span>com</strong></h1>
<p>
<strong>NEW: dnstwister now supports Unicode domains.</strong>
</p>
<p>
<a href="https://dnstwister.report/...">Unsubscribe</a>
</p>
Expand Down Expand Up @@ -111,9 +108,6 @@ def test_email_renderer_domain_sorting():

assert template.strip() == textwrap.dedent("""
<h1>dnstwister report for <strong>www<span>.</span>example<span>.</span>com</strong></h1>
<p>
<strong>NEW: dnstwister now supports Unicode domains.</strong>
</p>
<p>
<a href="https://dnstwister.report/...">Unsubscribe</a>
</p>
Expand Down Expand Up @@ -190,9 +184,6 @@ def test_hiding_noisy_text_renderer():

assert template.strip() == textwrap.dedent("""
<h1>dnstwister report for <strong>www<span>.</span>example<span>.</span>com</strong></h1>
<p>
<strong>NEW: dnstwister now supports Unicode domains.</strong>
</p>
<p>
<a href="https://dnstwister.report/...">Unsubscribe</a>
</p>
Expand Down

0 comments on commit 62ee355

Please sign in to comment.