diff --git a/terraform/context_validate_test.go b/terraform/context_validate_test.go index 4ea281999..a706bb794 100644 --- a/terraform/context_validate_test.go +++ b/terraform/context_validate_test.go @@ -596,7 +596,7 @@ func TestContext2Validate_providerConfig_bad(t *testing.T) { } func TestContext2Validate_providerConfig_skippedEmpty(t *testing.T) { - m := testModule(t, "validate-bad-pc-empty") + m := testModule(t, "validate-skipped-pc-empty") p := testProvider("aws") p.GetSchemaReturn = &ProviderSchema{ Provider: &configschema.Block{ diff --git a/terraform/testdata/validate-bad-pc-empty/main.tf b/terraform/testdata/validate-skipped-pc-empty/main.tf similarity index 100% rename from terraform/testdata/validate-bad-pc-empty/main.tf rename to terraform/testdata/validate-skipped-pc-empty/main.tf