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 30f7c8b commit f27ac96Copy full SHA for f27ac96
gherkin/contextEnrichment.feature
@@ -2,7 +2,7 @@
2
Feature: Context Enrichment
3
4
Background:
5
- And a stable flagd provider
+ Given a stable flagd provider
6
7
@in-process @rpc
8
Scenario: Use enriched context
@@ -45,5 +45,6 @@ Feature: Context Enrichment
45
And a change event was fired
46
And the flag was evaluated with details
47
Then the reason should be "TARGETING_MATCH"
48
+ # ensure that we do not cache a "TARGETING_MATCH", we should only cache evaluation with a "STATIC" reason
49
When the flag was evaluated with details
50
0 commit comments