Skip to content

Commit 7c9fce2

Browse files
fix(test): Verify apps:run output
1 parent a76bbd5 commit 7c9fce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/apps_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func appsRunTest(t *testing.T, params *utils.DeisTestConfig) {
9898
if err := utils.Chdir(params.ExampleApp); err != nil {
9999
t.Fatal(err)
100100
}
101-
utils.Execute(t, cmd, params, false, "")
101+
utils.Execute(t, cmd, params, false, "hello")
102102
if err := utils.Chdir(".."); err != nil {
103103
t.Fatal(err)
104104
}

0 commit comments

Comments
 (0)