summaryrefslogtreecommitdiff
path: root/kombu/tests/test_connection.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/tests/test_connection.py')
-rw-r--r--kombu/tests/test_connection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/kombu/tests/test_connection.py b/kombu/tests/test_connection.py
index 6bd3303f..fbe47113 100644
--- a/kombu/tests/test_connection.py
+++ b/kombu/tests/test_connection.py
@@ -418,7 +418,6 @@ class test_Connection(Case):
def test_autoretry(self):
myfun = Mock()
- myfun.__name__ = 'test_autoretry'
self.conn.transport.connection_errors = (KeyError, )