forked from Silverfish/proton-bridge
test(GODT-1602): run integration tests against black 🖤
This commit is contained in:
@ -150,7 +150,7 @@ func (s *scenario) smtpClientSendsTheFollowingEmlFromTo(clientID, file, from, to
|
||||
return err
|
||||
}
|
||||
|
||||
if err := clientSend(client, from, to, string(b)); err != nil {
|
||||
if err := clientSend(client, from, to, s.t.replace(string(b))); err != nil {
|
||||
s.t.pushError(err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user