rename empty provider config test

This commit is contained in:
Ben Drucker 2020-12-06 09:35:35 -08:00
parent cd7d78968c
commit eacf8b5c55
2 changed files with 1 additions and 1 deletions

View File

@ -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{