followup snapshot-test: pass class to cfs_config_path

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-11-20 19:05:14 +01:00
parent 2ea5fb7ecf
commit bf116bdfea

View File

@ -300,7 +300,7 @@ sub __snapshot_save_vmstate {
sub assert_config_exists_on_node {
my ($vmid, $node) = @_;
return -f cfs_config_path(undef, $vmid, $node);
return -f cfs_config_path("PVE::QemuConfig", $vmid, $node);
}
# END mocked PVE::QemuConfig methods