mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-05 13:45:28 -06:00
provider/heroku: Fix failing acceptance test (#11374)
This commit is contained in:
parent
cbaf051af5
commit
2077869be4
@ -100,8 +100,8 @@ func TestAccHerokuApp_NukeVars(t *testing.T) {
|
||||
testAccCheckHerokuAppAttributesNoVars(&app, appName),
|
||||
resource.TestCheckResourceAttr(
|
||||
"heroku_app.foobar", "name", appName),
|
||||
resource.TestCheckResourceAttr(
|
||||
"heroku_app.foobar", "config_vars.0.FOO", ""),
|
||||
resource.TestCheckNoResourceAttr(
|
||||
"heroku_app.foobar", "config_vars.0.FOO"),
|
||||
),
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user