chore: tidy up before merge

This commit is contained in:
James Houlahan
2020-09-14 14:08:05 +02:00
parent 97b64ebb70
commit 5bca6fc3cf
2 changed files with 1 additions and 4 deletions

View File

@ -222,8 +222,6 @@ Feature: SMTP sending of plain messages
}
"""
# HELP: This is strange... why do we want this behaviour?
@ignore
Scenario: Message without charset and content is detected as HTML
When SMTP client sends message
"""
@ -254,7 +252,7 @@ Feature: SMTP sending of plain messages
],
"CCList": [],
"BCCList": [],
"MIMEType": "text/html"
"MIMEType": "text/plain"
}
}
"""