Skip to content

Commit 7b9ea2a

Browse files
author
Matthew Fisher
committed
test(logspout): add deis log tests
1 parent 6512cfd commit 7b9ea2a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/apps_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ func appsLogsTest(t *testing.T, params *utils.DeisTestConfig) {
8080
}
8181
utils.Execute(t, gitPushCmd, params, false, "")
8282
utils.Curl(t, params)
83-
utils.Execute(t, cmd, params, false, "")
83+
utils.Execute(t, cmd, params, false, "created initial release")
84+
utils.Execute(t, cmd, params, false, "listening on 5000...")
8485
if err := utils.Chdir(".."); err != nil {
8586
t.Fatal(err)
8687
}

0 commit comments

Comments
 (0)