diff --git a/builtin/providers/digitalocean/resource_digitalocean_droplet_test.go b/builtin/providers/digitalocean/resource_digitalocean_droplet_test.go index 51a76ada1a..53a6abecae 100644 --- a/builtin/providers/digitalocean/resource_digitalocean_droplet_test.go +++ b/builtin/providers/digitalocean/resource_digitalocean_droplet_test.go @@ -371,24 +371,6 @@ func testAccCheckDigitalOceanDropletRecreated(t *testing.T, } } -// Not sure if this check should remain here as the underlaying -// function is changed and is tested indirectly by almost all -// other test already -// -//func Test_new_droplet_state_refresh_func(t *testing.T) { -// droplet := godo.Droplet{ -// Name: "foobar", -// } -// resourceMap, _ := resource_digitalocean_droplet_update_state( -// &terraform.InstanceState{Attributes: map[string]string{}}, &droplet) -// -// // See if we can access our attribute -// if _, ok := resourceMap.Attributes["name"]; !ok { -// t.Fatalf("bad name: %s", resourceMap.Attributes) -// } -// -//} - var testAccCheckDigitalOceanDropletConfig_basic = fmt.Sprintf(` resource "digitalocean_ssh_key" "foobar" { name = "foobar"