From 5aaade0ef1d61963f7000aabbefb70fd4fc98072 Mon Sep 17 00:00:00 2001 From: Chris Marchesi Date: Thu, 31 Aug 2017 11:00:08 -0700 Subject: [PATCH] r/host_virtual_switch: Remove unnecessary type declarations in fixtures These are implied by the defaults. --- vsphere/resource_vsphere_host_virtual_switch_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vsphere/resource_vsphere_host_virtual_switch_test.go b/vsphere/resource_vsphere_host_virtual_switch_test.go index 7a688c9e0..6a3c52455 100644 --- a/vsphere/resource_vsphere_host_virtual_switch_test.go +++ b/vsphere/resource_vsphere_host_virtual_switch_test.go @@ -160,12 +160,10 @@ func testAccResourceVSphereHostVirtualSwitchExists(expected bool) resource.TestC func testAccResourceVSphereHostVirtualSwitchConfig() string { return fmt.Sprintf(` variable "host_nic0" { - type = "string" default = "%s" } variable "host_nic1" { - type = "string" default = "%s" } @@ -193,7 +191,6 @@ resource "vsphere_host_virtual_switch" "switch" { func testAccResourceVSphereHostVirtualSwitchConfigSingleNIC() string { return fmt.Sprintf(` variable "host_nic0" { - type = "string" default = "%s" } @@ -221,12 +218,10 @@ resource "vsphere_host_virtual_switch" "switch" { func testAccResourceVSphereHostVirtualSwitchConfigStandbyLink() string { return fmt.Sprintf(` variable "host_nic0" { - type = "string" default = "%s" } variable "host_nic1" { - type = "string" default = "%s" }