mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
changing URL of http datasource acceptance test to avoid getting rate limited.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user