summaryrefslogtreecommitdiff
path: root/kombu/tests/test_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/tests/test_common.py')
-rw-r--r--kombu/tests/test_common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kombu/tests/test_common.py b/kombu/tests/test_common.py
index 10f63cb4..a66ecf39 100644
--- a/kombu/tests/test_common.py
+++ b/kombu/tests/test_common.py
@@ -36,6 +36,7 @@ class test_maybe_declare(TestCase):
client.declared_entities = set()
entity = Mock()
entity.can_cache_declaration = True
+ entity.auto_delete = False
entity.is_bound = True
entity.channel = channel