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 0145bed commit 5d977f3Copy full SHA for 5d977f3
yoti/tests/test_protobuf.py
@@ -30,14 +30,3 @@ def test_protobuf_value_based_on_content_type(proto):
30
31
result = proto.value_based_on_content_type(value)
32
assert result == value
33
-
34
35
-# def test_protobuf_current_user(proto):
36
-# with pytest.raises(ValueError):
37
-# proto.current_user({})
38
-#
39
-# value = 'test text'
40
-# encoded_value = base64.b64encode(value.encode('utf-8'))
41
-# receipt = {'other_party_profile_content': encoded_value}
42
-# current_user = proto.current_user(receipt)
43
-# assert isinstance(current_user, compubapi.EncryptedData)
0 commit comments