changing URL of http datasource acceptance test to avoid getting rate limited.

karthik/fix/at/datasource/http
karthik P 5 months ago
parent 847497f8f3
commit 3e4e380c82

@ -39,7 +39,7 @@ func TestHttpDataSource(t *testing.T) {
Path: testDatasourceBasic,
Error: false,
ExpectedOutputs: map[string]string{
"url": "url is https://www.packer.io/",
"url": "url is https://www.google.com",
// Check that body is not empty
"body": "body is true",
},

@ -3,7 +3,7 @@ source "null" "example" {
}
data "http" "basic" {
url = "https://www.packer.io/"
url = "https://www.google.com"
}
locals {

Loading…
Cancel
Save