Skip to content

Commit e14d68a

Browse files
committed
fix: propagate per-flag metadata for disabled bulk v1; fix object benchmark expectation
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent b4a338f commit e14d68a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/pkg/evaluator/json_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ func BenchmarkResolveObjectValue(b *testing.B) {
869869
{DynamicObjectFlag, map[string]interface{}{ColorProp: ColorValue}, DynamicObjectValue, model.TargetingMatchReason, ""},
870870
{StaticBoolFlag, nil, "{}", model.ErrorReason, model.TypeMismatchErrorCode},
871871
{MissingFlag, nil, "{}", model.ErrorReason, model.FlagNotFoundErrorCode},
872-
{DisabledFlag, nil, "{}", model.DisabledReason, ""},
872+
{DisabledFlag, nil, "null", model.DisabledReason, ""},
873873
}
874874

875875
evaluator := flagdEvaluator.NewJSON(logger.NewLogger(nil, false), store.NewFlags())

0 commit comments

Comments
 (0)