From caed569efb80e183b9875eb0bc234261c2db90d4 Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 5 May 2025 21:21:07 -0400 Subject: [PATCH] Fix the failing acceptance test --- datasource/http/test-fixtures/404_url.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasource/http/test-fixtures/404_url.pkr.hcl b/datasource/http/test-fixtures/404_url.pkr.hcl index 398af371d..61446d4a2 100644 --- a/datasource/http/test-fixtures/404_url.pkr.hcl +++ b/datasource/http/test-fixtures/404_url.pkr.hcl @@ -4,7 +4,7 @@ source "null" "example" { } data "http" "basic" { - url = "https://www.packer.io/thisWillFail" + url = "https://developer.hashicorp.com/packer/thisWillFail" } locals {