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 43c36a9 commit a6dc4c7Copy full SHA for a6dc4c7
specification/assets/gherkin/evaluation_v2.feature
@@ -162,7 +162,7 @@ Feature: Flag Evaluations - Complete OpenFeature Specification Coverage
162
# Implicitly tests: 1.4.10 (client never throws exceptions - returns default instead)
163
@error-handling @error-handling-types @spec-1.3.4 @spec-1.4.10
164
Scenario Outline: Type mismatch error
165
- Given a <requested_type>-flag with key "<key>" and a fallback value "<default>"
+ Given a <type>-flag with key "<key>" and a fallback value "<default>"
166
When the flag was evaluated with details
167
Then the resolved details value should be "<default>"
168
And the reason should be "ERROR"
0 commit comments