mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-06 22:50:28 +00:00
followup snapshot-test: pass class to cfs_config_path
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2ea5fb7ecf
commit
bf116bdfea
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user