forked from Silverfish/proton-bridge
chore: Replace go-rfc5322 with gluon's rfc5322 parser
Bumps Gluon version in order to get the fixes from https://github.com/ProtonMail/gluon/pull/327.
This commit is contained in:
@ -88,7 +88,8 @@ func (s *scenario) theHeaderInTheRequestToHasSetTo(method, path, key, value stri
|
||||
}
|
||||
|
||||
func (s *scenario) theBodyInTheRequestToIs(method, path string, value *godog.DocString) error {
|
||||
call, err := s.t.getLastCall(method, path)
|
||||
// We have to exclude HTTP-Overrides to avoid race condition with the creating and sending of the draft message.
|
||||
call, err := s.t.getLastCallExcludingHTTPOverride(method, path)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user