示例#1
0
 def test_should_map_pairwise(self):
     assert oidc_subject_type_to_hash_type(
         "public") == UserIdHashType.public
示例#2
0
 def test_should_map_pairwise(self):
     assert oidc_subject_type_to_hash_type("public") == UserIdHashType.public
示例#3
0
 def test_should_default_to_pairwise(self):
     assert oidc_subject_type_to_hash_type(
         "foobar") == UserIdHashType.pairwise
示例#4
0
 def test_should_default_to_pairwise(self):
     assert oidc_subject_type_to_hash_type("foobar") == UserIdHashType.pairwise