mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user