Commit 24adb78c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

testInterfacePost: dump message text without line wrapping like py2.

parent f420d177
Pipeline #33359 failed with stage
in 0 seconds
......@@ -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