Skip to content

Commit a6dc4c7

Browse files
authored
fix: gherkin error
Signed-off-by: Todd Baert <[email protected]>
1 parent 43c36a9 commit a6dc4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/assets/gherkin/evaluation_v2.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Feature: Flag Evaluations - Complete OpenFeature Specification Coverage
162162
# Implicitly tests: 1.4.10 (client never throws exceptions - returns default instead)
163163
@error-handling @error-handling-types @spec-1.3.4 @spec-1.4.10
164164
Scenario Outline: Type mismatch error
165-
Given a <requested_type>-flag with key "<key>" and a fallback value "<default>"
165+
Given a <type>-flag with key "<key>" and a fallback value "<default>"
166166
When the flag was evaluated with details
167167
Then the resolved details value should be "<default>"
168168
And the reason should be "ERROR"

0 commit comments

Comments
 (0)