mirror of https://github.com/celery/kombu.git
Tests passing
This commit is contained in:
parent
a9c197b1c0
commit
e7707f9718
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue