forked from Silverfish/proton-bridge
GODT-219: Update to godog v0.12.1
This commit is contained in:
@ -25,7 +25,7 @@ import (
|
||||
a "github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func UsersSetupFeatureContext(s *godog.Suite) {
|
||||
func UsersSetupFeatureContext(s *godog.ScenarioContext) {
|
||||
s.Step(`^there is user "([^"]*)"$`, thereIsUser)
|
||||
s.Step(`^there is connected user "([^"]*)"$`, thereIsConnectedUser)
|
||||
s.Step(`^there is user "([^"]*)" which just logged in$`, thereIsUserWhichJustLoggedIn)
|
||||
|
||||
Reference in New Issue
Block a user