Skip to content

Commit 1759a94

Browse files
fix: remove file mode from forbidden flagd connection test (#312)
Signed-off-by: lea konvalinka <[email protected]>
1 parent 779adad commit 1759a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gherkin/connection.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Feature: flagd provider disconnect and reconnect functionality
5050
And a error event handler
5151
Then the error event handler should have been executed within 3000ms
5252

53-
@rpc @in-process @file @forbidden
53+
@rpc @in-process @forbidden
5454
# This test ensures that a forbidden response from flagd results in a fatal client state
5555
Scenario: Provider forbidden
5656
Given an option "fatalStatusCodes" of type "StringList" with value "PERMISSION_DENIED"

0 commit comments

Comments
 (0)