Tests: Quiet Fungible invalid UUID warnings
FutureWarning: b"'mock_volume_type_id'" is an invalid UUID. Change-Id: Ieb072cc18db247ec02dc7d6d522d855234bfb216
This commit is contained in:
parent
ddcf394ae2
commit
3a58478b38
@ -102,7 +102,7 @@ class FungibleDriverTest(unittest.TestCase):
|
||||
volume.id = str(uuid.uuid4())
|
||||
volume.display_name = 'volume'
|
||||
volume.host = 'mock_host_name'
|
||||
volume.volume_type_id = 'mock_volume_type_id'
|
||||
volume.volume_type_id = fake_constants.VOLUME_TYPE_ID
|
||||
volume.metadata = {}
|
||||
return volume
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user