use safe logging, and add some info on the processed key (this is WIP and needs to be removed)

This commit is contained in:
holger krekel
2019-07-05 13:04:26 +02:00
parent 699b2d48e6
commit dfa2fcda73
2 changed files with 19 additions and 17 deletions

View File

@@ -462,5 +462,6 @@ class TestOnlineAccount:
msg = ac2.get_message_by_id(ev[2])
assert msg.is_setup_message()
print("*************** Incoming ASM File at: ", msg.filename)
print("*************** Setup Code: ", setup_code)
msg.continue_key_transfer(setup_code)
assert ac1.get_info()["fingerprint"] == ac2.get_info()["fingerprint"]