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 bc9c5ed commit 3bd26b1Copy full SHA for 3bd26b1
yoti_python_sdk/tests/test_activity_details.py
@@ -85,7 +85,7 @@ def create_age_verified_field(
85
):
86
activity_details.field = lambda: None
87
activity_details.field.name = (
88
- "age_over:{0}".format(age) if over is True else "age_under:".format(age)
+ "age_over:{0}".format(age) if over is True else "age_under:{0}".format(age)
89
)
90
activity_details.field.value = encoded_string_verified_value
91
activity_details.field.content_type = Protobuf.CT_STRING
0 commit comments