Replace test value
This commit is contained in:
parent
574dafe14a
commit
145b36a7bd
2
main.py
2
main.py
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue