File tree Expand file tree Collapse file tree
yoti_python_sdk/tests/dynamic_sharing_service/policy Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,21 +33,3 @@ def test_with_soft_preference():
3333 assert ANCHOR_VALUE_DRIVING_LICENCE in [a ["name" ] for a in anchors ]
3434 assert ANCHOR_VALUE_PASSPORT in [a ["name" ] for a in anchors ]
3535 assert constraint ["preferred_sources" ]["soft_preference" ]
36-
37-
38- def test_with_is_strictly_latin_set_true ():
39- constraint = SourceConstraintBuilder ().allow_strictly_latin ().build ()
40-
41- assert constraint ["is_strictly_latin" ] is True
42-
43-
44- def test_with_is_strictly_latin_set_false ():
45- constraint = SourceConstraintBuilder ().disable_strictly_latin ().build ()
46-
47- assert constraint ["is_strictly_latin" ] is False
48-
49-
50- def test_with_is_strictly_latin_default ():
51- constraint = SourceConstraintBuilder ().build ()
52-
53- assert "is_strictly_latin" not in constraint
You can’t perform that action at this time.
0 commit comments