Replace test value

This commit is contained in:
Jan Philipp Timme 2020-04-14 11:43:33 +02:00
parent 574dafe14a
commit 145b36a7bd
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ def main():
def test():
# 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().")
test_instance = SuspiciousFrom()
test_instance.header('from', test_from_value)