forked from Silverfish/proton-bridge
test(GODT-1602): run integration tests against black 🖤
This commit is contained in:
@ -17,7 +17,6 @@ Feature: SMTP sending the same message twice
|
||||
"""
|
||||
And it succeeds
|
||||
|
||||
@long-black
|
||||
Scenario: The exact same message is not sent twice
|
||||
When SMTP client "1" sends the following message from "[user:user]@[domain]" to "[user:to]@[domain]":
|
||||
"""
|
||||
@ -37,8 +36,6 @@ Feature: SMTP sending the same message twice
|
||||
| from | to | subject | body |
|
||||
| [user:user]@[domain] | [user:to]@[domain] | Hello | World |
|
||||
|
||||
|
||||
@long-black
|
||||
Scenario: Slight change means different message and is sent twice
|
||||
When SMTP client "1" sends the following message from "[user:user]@[domain]" to "[user:to]@[domain]":
|
||||
"""
|
||||
@ -58,4 +55,4 @@ Feature: SMTP sending the same message twice
|
||||
Then IMAP client "2" eventually sees the following messages in "Inbox":
|
||||
| from | to | subject | body |
|
||||
| [user:user]@[domain] | [user:to]@[domain] | Hello | World |
|
||||
| [user:user]@[domain] | [user:to]@[domain] | Hello. | World |
|
||||
| [user:user]@[domain] | [user:to]@[domain] | Hello. | World |
|
||||
|
||||
Reference in New Issue
Block a user