Skip to content

Commit 5d977f3

Browse files
committed
Removes commented out test
1 parent 0145bed commit 5d977f3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

yoti/tests/test_protobuf.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,3 @@ def test_protobuf_value_based_on_content_type(proto):
3030

3131
result = proto.value_based_on_content_type(value)
3232
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

Comments
 (0)