From 55a2b45886c9d0ab207e9a64483ed702b3fd5961 Mon Sep 17 00:00:00 2001 From: Rob Miller Date: Thu, 19 Apr 2012 15:09:09 -0700 Subject: [PATCH] check the bindstrs value in the new location --- mozsvc/tests/test_metrics.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozsvc/tests/test_metrics.py b/mozsvc/tests/test_metrics.py index df9c2ce..0dbc088 100644 --- a/mozsvc/tests/test_metrics.py +++ b/mozsvc/tests/test_metrics.py @@ -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'])