We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ef1fb commit e274ce2Copy full SHA for e274ce2
internal/provider/log_drain_resource_test.go
@@ -20,7 +20,7 @@ func TestAccLogDrain(t *testing.T) {
20
format = "ndjson"
21
exclude_pii = false
22
service_config = {
23
- url = "https://httpstat.us/200"
+ url = "https://tools-httpstatus.pickup-services.com/200"
24
}
25
}`,
26
Check: resource.ComposeAggregateTestCheckFunc(
@@ -52,7 +52,7 @@ func TestAccLogDrain(t *testing.T) {
52
53
exclude_pii = true
54
55
56
57
58
ConfigPlanChecks: resource.ConfigPlanChecks{
0 commit comments