Correctly indent docstring

This commit is contained in:
Luciano Lo Giudice
2022-02-17 18:15:46 -03:00
parent e6d6b9e4b5
commit ed47cb718a

View File

@@ -552,7 +552,7 @@ class CephTest(test_utils.OpenStackBaseTest):
return int(result['num_osds'])
def test_cache_device(self):
"""Test adding a new disk with a caching device."""
"""Test adding a new disk with a caching device."""
logging.info('Running add-disk action with a caching device')
mon = next(iter(zaza_model.get_units('ceph-mon'))).entity_id
osds = [x.entity_id for x in zaza_model.get_units('ceph-osd')]