We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9c081 commit f2caabfCopy full SHA for f2caabf
1 file changed
tests/test_provider.py
@@ -304,7 +304,7 @@ def test_identity_flags_are_used_if_targeting_key_provided(
304
result = provider.resolve_string_details(
305
flag_key=key,
306
default_value=default_value,
307
- context=EvaluationContext(
+ evaluation_context=EvaluationContext(
308
targeting_key=targeting_key, attributes={"traits": traits}
309
),
310
)
0 commit comments