provider/digitalocean: Remove unneeded droplet test (#14034)

Reverts #13883.

Quoting @radeksimko: "We actually refresh the state
as part of every test step, so this is not necessary"

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
pull/13879/head
Julien Pivotto 9 years ago committed by Radek Simko
parent 086af4bd62
commit bfc1008b4d

@ -41,11 +41,6 @@ func TestAccDigitalOceanDroplet_Basic(t *testing.T) {
resource.TestCheckResourceAttr(
"digitalocean_droplet.foobar", "user_data", "foobar"),
),
Destroy: false,
},
{
Config: testAccCheckDigitalOceanDropletConfig_basic(rInt),
PlanOnly: true,
},
},
})

Loading…
Cancel
Save