mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/postgresql: Fixing up the PG Extension test
This commit is contained in:
parent
16ce2c2e9c
commit
f5cd90c13e
@ -21,7 +21,7 @@ func TestAccPostgresqlExtension_Basic(t *testing.T) {
|
||||
Check: resource.ComposeTestCheckFunc(
|
||||
testAccCheckPostgresqlExtensionExists("postgresql_extension.myextension"),
|
||||
resource.TestCheckResourceAttr(
|
||||
"postgresql_role.myextension", "name", "pg_trgm"),
|
||||
"postgresql_extension.myextension", "name", "pg_trgm"),
|
||||
),
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user