We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e66ca7e + 46016fd commit 2c24530Copy full SHA for 2c24530
1 file changed
tests/config_test.go
@@ -62,4 +62,5 @@ func configSetTest(t *testing.T, params *utils.DeisTestConfig) {
62
func configUnsetTest(t *testing.T, params *utils.DeisTestConfig) {
63
utils.Execute(t, configUnsetCmd, params, false, "")
64
utils.CheckList(t, appsInfoCmd, params, "(v5)", false)
65
+ utils.CheckList(t, "run env --app={{.AppName}}", params, "FOO", true)
66
}
0 commit comments