Tests passing

This commit is contained in:
Ask Solem 2014-05-20 19:05:01 +01:00
parent a9c197b1c0
commit e7707f9718
1 changed files with 1 additions and 1 deletions

View File

@ -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',