Skip to content

Commit

Permalink
check the bindstrs value in the new location
Browse files Browse the repository at this point in the history
  • Loading branch information
rafrombrc committed Apr 19, 2012
1 parent 2ae5e59 commit 55a2b45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mozsvc/tests/test_metrics.py
Expand Up @@ -42,8 +42,9 @@ def test_loading_from_config(self):

client = plugin.client
sender = client.sender
bindstrs = sender.pool.socket().connect_bind

self.assertEquals(sender.bindstrs, \
self.assertEquals(bindstrs, \
['tcp://localhost:5585', 'tcp://localhost:5586'])


Expand Down

0 comments on commit 55a2b45

Please sign in to comment.