Go format

This commit is contained in:
Jeff Wong 2020-10-06 16:53:29 -07:00
parent a26e3e6887
commit 977022fb35
No known key found for this signature in database
GPG Key ID: D4EEB78E484F8A83
1 changed files with 1 additions and 1 deletions

View File

@ -227,6 +227,6 @@ func mandatoryConfig(t *testing.T) map[string]interface{} {
"password": "supersecret",
"node": "my-proxmox",
"ssh_username": "root",
"iso_file": "local:iso/Fedora-Server-dvd-x86_64-29-1.2.iso",
"iso_file": "local:iso/Fedora-Server-dvd-x86_64-29-1.2.iso",
}
}