mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-15 22:20:33 -04:00
changing URL of http datasource acceptance test to avoid getting rate limited.
This commit is contained in:
parent
847497f8f3
commit
3e4e380c82
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue