mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06: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:
parent
8f8e25c6ee
commit
92abeb27eb
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user