From e27f3c0aff414a7c37ffd97379520992557bd8c8 Mon Sep 17 00:00:00 2001 From: Tinyblargon <76069640+Tinyblargon@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:29:09 +0200 Subject: [PATCH] remove unused field --- proxmox/config_qemu_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/proxmox/config_qemu_test.go b/proxmox/config_qemu_test.go index fc97bff3..90319d30 100644 --- a/proxmox/config_qemu_test.go +++ b/proxmox/config_qemu_test.go @@ -72,7 +72,6 @@ func Test_ConfigQemu_mapToApiValues(t *testing.T) { config *ConfigQemu currentConfig ConfigQemu reboot bool - vmr *VmRef output map[string]interface{} } tests := []struct {