forked from Silverfish/proton-bridge
GODT-219: Update to godog v0.12.1
This commit is contained in:
@ -26,7 +26,7 @@ import (
|
||||
"github.com/emersion/go-imap"
|
||||
)
|
||||
|
||||
func IMAPChecksFeatureContext(s *godog.Suite) {
|
||||
func IMAPChecksFeatureContext(s *godog.ScenarioContext) {
|
||||
s.Step(`^IMAP response is "([^"]*)"$`, imapResponseIs)
|
||||
s.Step(`^IMAP response to "([^"]*)" is "([^"]*)"$`, imapResponseNamedIs)
|
||||
s.Step(`^IMAP response contains "([^"]*)"$`, imapResponseContains)
|
||||
|
||||
Reference in New Issue
Block a user