[hopem] fixed unit test error introduced by previous commit

This commit is contained in:
Edward Hope-Morley 2014-10-08 11:54:17 +01:00
parent c9ec9ef09f
commit f63cfcc12d

View File

@ -354,7 +354,7 @@ class GlanceRelationTests(CharmTestCase):
call(self.ceph_config_file())],
configs.write.call_args_list)
self.ensure_ceph_pool.assert_called_with(service=self.service_name(),
replicas=2)
replicas=3)
def test_keystone_joined(self):
self.canonical_url.return_value = 'http://glancehost'