Skip to content

Commit e274ce2

Browse files
committed
test: replace no-longer-functional HTTP test endpoint
1 parent f7ef1fb commit e274ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/provider/log_drain_resource_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func TestAccLogDrain(t *testing.T) {
2020
format = "ndjson"
2121
exclude_pii = false
2222
service_config = {
23-
url = "https://httpstat.us/200"
23+
url = "https://tools-httpstatus.pickup-services.com/200"
2424
}
2525
}`,
2626
Check: resource.ComposeAggregateTestCheckFunc(
@@ -52,7 +52,7 @@ func TestAccLogDrain(t *testing.T) {
5252
format = "ndjson"
5353
exclude_pii = true
5454
service_config = {
55-
url = "https://httpstat.us/200"
55+
url = "https://tools-httpstatus.pickup-services.com/200"
5656
}
5757
}`,
5858
ConfigPlanChecks: resource.ConfigPlanChecks{

0 commit comments

Comments
 (0)