Correct comment in init_test.go that incorrectly described a test (#615)

Signed-off-by: James Humphries <james@james-humphries.co.uk>
This commit is contained in:
James Humphries 2023-09-28 13:11:06 +01:00 committed by GitHub
parent 8f8e25c6ee
commit 92abeb27eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -393,7 +393,7 @@ func TestInitProviderWarnings(t *testing.T) {
t.Parallel()
// This test will reach out to registry.terraform.io as one of the possible
// installation locations for hashicorp/nonexist, which should not exist.
// installation locations for hashicorp/terraform, which is an archived package that is no longer needed.
skipIfCannotAccessNetwork(t)
fixturePath := filepath.Join("testdata", "provider-warnings")