We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7620ba commit 00b7cfbCopy full SHA for 00b7cfb
gherkin/connection.feature
@@ -53,7 +53,8 @@ Feature: flagd provider disconnect and reconnect functionality
53
@rpc @in-process @file @forbidden
54
# This test ensures that a forbidden response from flagd results in a fatal client state
55
Scenario: Provider forbidden
56
- Given a forbidden flagd provider
+ Given an option "fatalStatusCodes" of type "StringList" with value "PERMISSION_DENIED"
57
+ And a forbidden flagd provider
58
And a error event handler
59
Then the error event handler should have been executed within 5000ms
60
And the client is in fatal state
0 commit comments