From 13b6370cb2640df2dff43c928dfdf674389f6679 Mon Sep 17 00:00:00 2001 From: Marnanel Thurman Date: Wed, 29 May 2019 09:43:37 +0100 Subject: [PATCH] No need to create a separate Client --- tests/test_inbox.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_inbox.py b/tests/test_inbox.py index 28fa979..f47c752 100644 --- a/tests/test_inbox.py +++ b/tests/test_inbox.py @@ -31,10 +31,8 @@ class TestInbox(TestCase): publicKey = keys['public'], )), ) - c = Client() post_test_message( - client = c, path = ALICE_INBOX, host = 'europa.example.com', secret = keys['private'],