diff --git a/test/unit/storage_subformat_test.py b/test/unit/storage_subformat_test.py index befa29b4..1382294c 100644 --- a/test/unit/storage_subformat_test.py +++ b/test/unit/storage_subformat_test.py @@ -44,7 +44,7 @@ class TestDiskFormat(object): xml_state.build_type.get_vhdfixedtag = mock.Mock( return_value='disk-tag' ) - DiskFormat('vhdfixed', xml_state, 'root_dir', 'target_dir') + DiskFormat('vhd-fixed', xml_state, 'root_dir', 'target_dir') mock_vhdfixed.assert_called_once_with( xml_state, 'root_dir', 'target_dir', {'--tag': 'disk-tag'} )