[hopem] fixed unit test error introduced by previous commit

This commit is contained in:
Edward Hope-Morley 2014-10-08 11:55:35 +01:00
parent 1eef8d87b7
commit 42a0253172
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class TestCinderHooks(CharmTestCase):
self.ensure_ceph_keyring.assert_called_with(service='cinder',
user='cinder',
group='cinder')
self.ensure_ceph_pool.assert_called_with(service='cinder', replicas=2)
self.ensure_ceph_pool.assert_called_with(service='cinder', replicas=3)
self.assertTrue(self.CONFIGS.write_all.called)
self.set_ceph_env_variables.assert_called_with(service='cinder')