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'],