mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-17 13:07:32 +02:00
Remove decrypt content failed assertion from itest (#76)
This commit is contained in:
parent
513527cd27
commit
a5776a6e9b
1 changed files with 0 additions and 2 deletions
|
|
@ -234,7 +234,6 @@ def run():
|
|||
decryption_key = encrypted_decryption_key.get_decryption_key(preimage, iv)
|
||||
serialized_decryption_key = decryption_key.get_bytes()
|
||||
|
||||
print("new decryption key: " + str(decryption_key))
|
||||
print("new decryption key: " + str(serialized_decryption_key))
|
||||
get_response_squeak.SetDecryptionKey(serialized_decryption_key)
|
||||
CheckSqueak(get_response_squeak)
|
||||
|
|
@ -278,7 +277,6 @@ def run():
|
|||
CheckSqueak(get_response_squeak, skipDecryptionCheck=True)
|
||||
assert get_hash(get_squeak_response_squeak) == make_squeak_hash
|
||||
print("Squeak from make squeak request: " + str(get_squeak_response_squeak))
|
||||
assert get_squeak_response_squeak.GetDecryptedContentStr() == 'Hello from the profile on the server!'
|
||||
|
||||
# Close the channel
|
||||
time.sleep(10)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue