Skip to content

Commit 6328afe

Browse files
author
Matthew Fisher
committed
test(tests/config_test.go): add DEIS_APP and DEIS_RELEASE tests
1 parent 1e5954c commit 6328afe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/config_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ func configSetup(t *testing.T) *utils.DeisTestConfig {
4949
utils.Execute(t, configSetBuildpackCmd, cfg, false, "https://github.com/heroku/heroku-buildpack-go#98f37cc")
5050
utils.Execute(t, gitPushCmd, cfg, false, "")
5151
utils.CurlWithFail(t, cfg, false, "the Deis team")
52+
utils.CheckList(t, "run env --app={{.AppName}}", cfg, "DEIS_APP", false)
53+
utils.CheckList(t, "run env --app={{.AppName}}", cfg, "DEIS_RELEASE", false)
5254
if err := utils.Chdir(".."); err != nil {
5355
t.Fatal(err)
5456
}

0 commit comments

Comments
 (0)