Update info for debugging why this test may fail (#37461)

pull/37505/head
Sarah French 8 months ago committed by GitHub
parent c346c16565
commit f9b4f0a898
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -168,6 +168,7 @@ func TestInitProvidersLocalOnly(t *testing.T) {
if stderr != "" {
t.Errorf("unexpected stderr output:\n%s", stderr)
t.Logf("(a \"Failed to query available provider packages\" error can happen here if you have a .terraformrc CLI configuration file present in your home directory)")
}
if !strings.Contains(stdout, "Terraform has been successfully initialized!") {

Loading…
Cancel
Save