Correct sample message in contract tests

This commit is contained in:
Piotr F. Mieszkowski 2023-04-08 19:14:03 +02:00
parent e595e8baf4
commit 8def4b40dc
1 changed files with 2 additions and 0 deletions

View File

@ -117,11 +117,13 @@ class EmailParsingTest(unittest.TestCase):
+ b"--XXXXXXXX\r\n" \
+ b"Content-Type: application/octet-stream\r\n" \
+ b"Content-Transfer-Encoding: base64\r\n" \
+ b"\r\n" \
+ b"VGVzdCBtZXNzYWdlIGZyb20gQWxpY2UgdG8gQm9iLgo=\r\n" \
+ b"\r\n" \
+ b"--XXXXXXXX\r\n" \
+ b"Content-Type: application/octet-stream\r\n" \
+ b"Content-Transfer-Encoding: base64\r\n" \
+ b"\r\n" \
+ b"SGVsbG8sIFdvcmxkIQo=\r\n" \
+ b"\r\n" \
+ b"--XXXXXXXX--\r\n"