Commit 0861cb20 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Jérome Perrin

testInterfacePost: dump message text without line wrapping like py2.

parent 8813fa46
......@@ -25,6 +25,8 @@
#
##############################################################################
import email
import email.policy
email.policy.Policy.max_line_length = 0
import mock
import time
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment