summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-11-22 17:46:28 +0000
committerAsk Solem <ask@celeryproject.org>2012-11-22 17:46:28 +0000
commit775643bfc0e70db43b3852f001c994acfe440479 (patch)
tree19dbc1ab647b47fc3612ecd601e33a868cf25f3d
parente07dd7077cfe192d5d1c46cf7aacf969414244aa (diff)
downloadkombu-2.4-archived.tar.gz
paver releaseokv2.4.102.4-archived
-rw-r--r--kombu/tests/transport/test_redis.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/kombu/tests/transport/test_redis.py b/kombu/tests/transport/test_redis.py
index 7902c76e..078db8eb 100644
--- a/kombu/tests/transport/test_redis.py
+++ b/kombu/tests/transport/test_redis.py
@@ -524,14 +524,14 @@ class test_Redis(TestCase):
channel.close()
def test_db_values(self):
- c1 = Connection(virtual_host=1,
- transport=Transport).channel()
+ Connection(virtual_host=1,
+ transport=Transport).channel()
- c2 = Connection(virtual_host='1',
- transport=Transport).channel()
+ Connection(virtual_host='1',
+ transport=Transport).channel()
- c3 = Connection(virtual_host='/1',
- transport=Transport).channel()
+ Connection(virtual_host='/1',
+ transport=Transport).channel()
with self.assertRaises(Exception):
Connection(virtual_host='/foo',