diff --git a/builtin/providers/ultradns/resource_ultradns_probe_http_test.go b/builtin/providers/ultradns/resource_ultradns_probe_http_test.go index c9c16b17b..deb7c3d4b 100644 --- a/builtin/providers/ultradns/resource_ultradns_probe_http_test.go +++ b/builtin/providers/ultradns/resource_ultradns_probe_http_test.go @@ -109,7 +109,7 @@ resource "ultradns_tcpool" "test-probe-http-minimal" { run_probes = true priority = 1 failover_delay = 0 - threshold = 2 + threshold = 1 weight = 2 } @@ -120,7 +120,7 @@ resource "ultradns_tcpool" "test-probe-http-minimal" { run_probes = true priority = 2 failover_delay = 0 - threshold = 2 + threshold = 1 weight = 2 } @@ -182,7 +182,7 @@ resource "ultradns_tcpool" "test-probe-http-maximal" { run_probes = true priority = 1 failover_delay = 0 - threshold = 2 + threshold = 1 weight = 2 } @@ -193,7 +193,7 @@ resource "ultradns_tcpool" "test-probe-http-maximal" { run_probes = true priority = 2 failover_delay = 0 - threshold = 2 + threshold = 1 weight = 2 } diff --git a/builtin/providers/ultradns/resource_ultradns_probe_ping_test.go b/builtin/providers/ultradns/resource_ultradns_probe_ping_test.go index 04ea572fd..3c7b39eef 100644 --- a/builtin/providers/ultradns/resource_ultradns_probe_ping_test.go +++ b/builtin/providers/ultradns/resource_ultradns_probe_ping_test.go @@ -97,7 +97,7 @@ resource "ultradns_tcpool" "test-probe-ping-record" { run_probes = true priority = 1 failover_delay = 0 - threshold = 2 + threshold = 1 weight = 2 } @@ -108,7 +108,7 @@ resource "ultradns_tcpool" "test-probe-ping-record" { run_probes = true priority = 2 failover_delay = 0 - threshold = 2 + threshold = 1 weight = 2 } @@ -168,7 +168,7 @@ resource "ultradns_tcpool" "test-probe-ping-pool" { run_probes = true priority = 1 failover_delay = 0 - threshold = 2 + threshold = 1 weight = 2 } @@ -179,7 +179,7 @@ resource "ultradns_tcpool" "test-probe-ping-pool" { run_probes = true priority = 2 failover_delay = 0 - threshold = 2 + threshold = 1 weight = 2 }