From 010060f2ea9ae785b5349223853d4c1c4a35379b Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Mon, 29 Mar 2021 18:39:50 +0200 Subject: [PATCH] always have three keys --- test/sync_handshake.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sync_handshake.py b/test/sync_handshake.py index c928c61..45daccb 100755 --- a/test/sync_handshake.py +++ b/test/sync_handshake.py @@ -90,6 +90,8 @@ def print_msg(p): def messageToSend(msg): + assert msg.from_.address == "alice@peptest.ch" + assert msg.to[0].address == "alice@peptest.ch" msg = add_debug_info(msg) minimail.send(inbox, msg, device_name)