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 72ce106 commit c5fd560Copy full SHA for c5fd560
src/test/java/dev/openfeature/sdk/HookSpecTest.java
@@ -596,8 +596,6 @@ void erroneous_flagResolution_setsAppropriateFieldsInFlagEvaluationDetails() {
596
597
@Test
598
void shortCircuit_flagResolution_runsHooksWithAllFields() {
599
-
600
- OpenFeatureAPI api = OpenFeatureAPI.getInstance();
601
String domain = "shortCircuit_flagResolution_setsAppropriateFieldsInFlagEvaluationDetails";
602
api.setProvider(domain, new FatalErrorProvider());
603
0 commit comments