Skip to content
Snippets Groups Projects
Commit 145b36a7 authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Replace test value

parent 574dafe1
Branches
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ def main(): ...@@ -128,7 +128,7 @@ def main():
def test(): def test():
# simple method to deal with unexpected exceptions on the fly :( # simple method to deal with unexpected exceptions on the fly :(
test_from_value = '=?UNKNOWN?Q?Nat=E1lia?= Reis via DBWorld <dbworld@cs.wisc.edu>' test_from_value = '=?UNKNOWN?Q?=E1?= Foo <foo@example.com>'
logger.info(f"Begin of test().") logger.info(f"Begin of test().")
test_instance = SuspiciousFrom() test_instance = SuspiciousFrom()
test_instance.header('from', test_from_value) test_instance.header('from', test_from_value)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment