diff --git a/app/core/utils/vms/get-hypervisor.ts b/app/core/utils/vms/get-hypervisor.ts index 6e3a375c4..c023e29be 100644 --- a/app/core/utils/vms/get-hypervisor.ts +++ b/app/core/utils/vms/get-hypervisor.ts @@ -49,7 +49,7 @@ libvirtDirWatcher.on('all', async (event, fileName) => { } }); -const getHypervisor = async () => { +export const getHypervisor = async () => { // Return hypervisor if it's already connected if (hypervisor) { return hypervisor;