Skip to content

Commit 764dad0

Browse files
committed
provider/digitalocean: move floating ip test out of region w/ capacity problems
Should fix error seen here: https://travis-ci.org/hashicorp/terraform/builds/100990006
1 parent 8df9141 commit 764dad0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

builtin/providers/digitalocean/resource_digitalocean_floating_ip_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func TestAccDigitalOceanFloatingIP_Droplet(t *testing.T) {
4242
Check: resource.ComposeTestCheckFunc(
4343
testAccCheckDigitalOceanFloatingIPExists("digitalocean_floating_ip.foobar", &floatingIP),
4444
resource.TestCheckResourceAttr(
45-
"digitalocean_floating_ip.foobar", "region", "sgp1"),
45+
"digitalocean_floating_ip.foobar", "region", "nyc3"),
4646
),
4747
},
4848
},
@@ -114,7 +114,7 @@ resource "digitalocean_droplet" "foobar" {
114114
name = "baz"
115115
size = "1gb"
116116
image = "centos-5-8-x32"
117-
region = "sgp1"
117+
region = "nyc3"
118118
ipv6 = true
119119
private_networking = true
120120
ssh_keys = ["${digitalocean_ssh_key.foobar.id}"]

0 commit comments

Comments
 (0)