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 9a73fff commit 3691b52Copy full SHA for 3691b52
src/test/java/dev/openfeature/sdk/FlagEvaluationSpecTest.java
@@ -487,7 +487,7 @@ void api_context() {
487
String contextKey = "some-key";
488
String contextValue = "some-value";
489
DoSomethingProvider provider = spy(new DoSomethingProvider());
490
- FeatureProviderTestUtils.setFeatureProvider(provider);
+ api.setProviderAndWait(provider);
491
492
Map<String, Value> attributes = new HashMap<>();
493
attributes.put(contextKey, new Value(contextValue));
0 commit comments