def test_get_balancer(self):
     balancer = libcloud_loadbalancer.get_balancer("test_id", "test")
     self._validate_balancer(balancer)
 def test_get_balancer(self):
     balancer = libcloud_loadbalancer.get_balancer('test_id', 'test')
     self._validate_balancer(balancer)