Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Dec 30, 2022
1 parent 4258de9 commit b662472
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test_pe_mailer_pe_mesage.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def test_four_params_single_recipient(self):
html_body = """<html>
<head></head>
<body>
<p style="color:#FFC000">TLP:AMBER</p>
<p>Greetings,</p>
<p>The attached Posture and Exposure (P&E) report is the result of a
Expand Down Expand Up @@ -139,6 +141,8 @@ def test_four_params_multiple_recipients(self):
html_body = """<html>
<head></head>
<body>
<p style="color:#FFC000">TLP:AMBER</p>
<p>Greetings,</p>
<p>The attached Posture and Exposure (P&E) report is the result of a
Expand Down Expand Up @@ -223,6 +227,8 @@ def test_six_params_single_cc(self):
html_body = """<html>
<head></head>
<body>
<p style="color:#FFC000">TLP:AMBER</p>
<p>Greetings,</p>
<p>The attached Posture and Exposure (P&E) report is the result of a
Expand Down Expand Up @@ -307,6 +313,8 @@ def test_six_params_multiple_cc(self):
html_body = """<html>
<head></head>
<body>
<p style="color:#FFC000">TLP:AMBER</p>
<p>Greetings,</p>
<p>The attached Posture and Exposure (P&E) report is the result of a
Expand Down

0 comments on commit b662472

Please sign in to comment.