Skip to content

Commit

Permalink
r/host_virtual_switch: Remove unnecessary type declarations in fixtures
Browse files Browse the repository at this point in the history
These are implied by the defaults.
  • Loading branch information
vancluever committed Aug 31, 2017
1 parent 1f40c63 commit 5aaade0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vsphere/resource_vsphere_host_virtual_switch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -193,7 +191,6 @@ resource "vsphere_host_virtual_switch" "switch" {
func testAccResourceVSphereHostVirtualSwitchConfigSingleNIC() string {
return fmt.Sprintf(`
variable "host_nic0" {
type = "string"
default = "%s"
}
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit 5aaade0

Please # to comment.