diff --git a/test/test_client.py b/test/test_client.py index 92f9467..cadf470 100644 --- a/test/test_client.py +++ b/test/test_client.py @@ -21,7 +21,6 @@ def notifications(tokens): return [Notification(token=token, payload=payload) for token in tokens] -@patch('apns2.credentials.init_context') @pytest.fixture def client(mock_connection): with patch('apns2.credentials.HTTP20Connection') as mock_connection_constructor: