forked from Silverfish/proton-bridge
GODT-219: Update to godog v0.12.1
This commit is contained in:
@ -21,7 +21,7 @@ import (
|
||||
"github.com/cucumber/godog"
|
||||
)
|
||||
|
||||
func APISetupFeatureContext(s *godog.Suite) {
|
||||
func APISetupFeatureContext(s *godog.ScenarioContext) {
|
||||
s.Step(`^there is no internet connection$`, thereIsNoInternetConnection)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user