mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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) {
|
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 := testProvider("aws")
|
||||||
p.GetSchemaReturn = &ProviderSchema{
|
p.GetSchemaReturn = &ProviderSchema{
|
||||||
Provider: &configschema.Block{
|
Provider: &configschema.Block{
|
||||||
|
Loading…
Reference in New Issue
Block a user