Skip to content

Commit be12caa

Browse files
Update content/en/feature_flags/client/_index.md
Co-authored-by: Tyler Potter <tyler.potter@datadoghq.com>
1 parent 48779fa commit be12caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/feature_flags/client/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ A typical test follows this pattern:
3434

3535
1. Build a map of flag keys to variants in your test setup.
3636
2. Register an `InMemoryProvider` with that map through the OpenFeature API.
37-
3. Evaluate flags through the same OpenFeature client your application uses.
37+
3. Units under test use OpenFeature Client backed by the `InMemoryProvider` returning the flag assignments configured at test setup
3838
4. Reset the provider in test teardown to avoid cross-test state leakage.
3939

4040
See your platform's SDK page for a concrete test example:

0 commit comments

Comments
 (0)