Skip to content

Commit 2c24530

Browse files
author
Matthew Fisher
committed
Merge pull request #2128 from bacongobbler/2085_unset_tests
test(tests): add config:unset tests
2 parents e66ca7e + 46016fd commit 2c24530

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/config_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ func configSetTest(t *testing.T, params *utils.DeisTestConfig) {
6262
func configUnsetTest(t *testing.T, params *utils.DeisTestConfig) {
6363
utils.Execute(t, configUnsetCmd, params, false, "")
6464
utils.CheckList(t, appsInfoCmd, params, "(v5)", false)
65+
utils.CheckList(t, "run env --app={{.AppName}}", params, "FOO", true)
6566
}

0 commit comments

Comments
 (0)