rename empty provider config test
This commit is contained in:
parent
cd7d78968c
commit
eacf8b5c55
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue