summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2014-05-20 19:05:01 +0100
committerAsk Solem <ask@celeryproject.org>2014-05-30 14:32:39 +0100
commite7707f97182c893dca757c6dfb075986d223c1d0 (patch)
treea9b9fe3b39eff7be69c83b176e1eac1d1f327f14
parenta9c197b1c06ee5f14850dfb78ce6c38077078b2f (diff)
downloadkombu-e7707f97182c893dca757c6dfb075986d223c1d0.tar.gz
Tests passing
-rw-r--r--kombu/tests/test_connection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/tests/test_connection.py b/kombu/tests/test_connection.py
index 147faaf0..6bd3303f 100644
--- a/kombu/tests/test_connection.py
+++ b/kombu/tests/test_connection.py
@@ -17,7 +17,7 @@ class test_connection_utils(Case):
def setUp(self):
self.url = 'amqp://user:pass@localhost:5672/my/vhost'
- self.nopass = 'amqp://user@localhost:5672/my/vhost'
+ self.nopass = 'amqp://user:**@localhost:5672/my/vhost'
self.expected = {
'transport': 'amqp',
'userid': 'user',