Skip to content

Commit

Permalink
provider/heroku: Fix failing acceptance test (#11374)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored and stack72 committed Jan 24, 2017
1 parent cbaf051 commit 2077869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/providers/heroku/resource_heroku_app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
),
},
},
Expand Down

0 comments on commit 2077869

Please sign in to comment.