You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/OpenFeature.SDK.Tests/OpenFeatureHookTests.cs
+68-1
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,6 @@ public void Hook_Context_Should_Have_Properties_And_Be_Immutable()
164
164
[Fact]
165
165
[Specification("4.1.4","The evaluation context MUST be mutable only within the `before` hook.")]
166
166
[Specification("4.3.3","Any `evaluation context` returned from a `before` hook MUST be passed to subsequent `before` hooks (via `HookContext`).")]
167
-
[Specification("4.3.4","When `before` hooks have finished executing, any resulting `evaluation context` MUST be merged with the invocation `evaluation context` with the invocation `evaluation context` taking precedence in the case of any conflicts.")]
[Specification("4.3.4","When before hooks have finished executing, any resulting evaluation context MUST be merged with the existing evaluation context in the following order: before-hook (highest precedence), invocation, client, api (lowest precedence).")]
[Specification("4.2.1","`hook hints` MUST be a structure supports definition of arbitrary properties, with keys of type `string`, and values of type `boolean | string | number | datetime | structure`..")]
194
261
[Specification("4.2.2.1","Condition: `Hook hints` MUST be immutable.")]
0 commit comments