File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/flagd/testframework Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ func InitializeProviderSteps(ctx *godog.ScenarioContext) {
2828 ctx .Step (`^a (\w+) flagd provider$` ,
2929 withState1Arg ((* TestState ).createSpecializedFlagdProvider ))
3030
31- // TODO: deprecate 'is' variant after flagd-testbed/pull/#311 is merged
32- ctx .Step (`^the client (?:is|should be) in (\w+) state$` ,
31+ ctx .Step (`^the client should be in (\w+) state$` ,
3332 withState1Arg ((* TestState ).assertClientState ))
3433}
3534
@@ -161,7 +160,8 @@ func (s *TestState) applySpecializedConfig(providerType string) error {
161160 return nil
162161 case "unavailable" :
163162 return s .configureUnavailableProvider ()
164- case "forbidden" : return s .configureForbiddenProvider ()
163+ case "forbidden" :
164+ return s .configureForbiddenProvider ()
165165 case "socket" :
166166 return s .configureSocketProvider ()
167167 case "ssl" , "tls" :
You can’t perform that action at this time.
0 commit comments