mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 22:56:48 +00:00
GODT-219: Update to godog v0.12.1
This commit is contained in:
@ -21,7 +21,7 @@ import (
|
||||
"github.com/cucumber/godog"
|
||||
)
|
||||
|
||||
func SMTPChecksFeatureContext(s *godog.Suite) {
|
||||
func SMTPChecksFeatureContext(s *godog.ScenarioContext) {
|
||||
s.Step(`^SMTP response is "([^"]*)"$`, smtpResponseIs)
|
||||
s.Step(`^SMTP response to "([^"]*)" is "([^"]*)"$`, smtpResponseNamedIs)
|
||||
s.Step(`^SMTP client is logged out`, smtpClientIsLoggedOut)
|
||||
|
||||
Reference in New Issue
Block a user