Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(deployments): proc type regex changed due to Deployments
  • Loading branch information
helgi committed Aug 4, 2016
1 parent 890f3dc commit 47a6907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/buildprocfile_test.go
Expand Up @@ -59,7 +59,7 @@ var _ = Describe("deis builds procfile", func() {
Eventually(sess, settings.MaxEventuallyTimeout).Should(Say(`done in \d+s`))
Eventually(sess).Should(Say("=== %s Processes", app.Name))
Eventually(sess).Should(Say("--- %s:", "web"))
Eventually(sess).Should(Say(`(%s-v\d+-[\w-]+) up \(v\d+\)`, app.Name))
Eventually(sess).Should(Say(`(%s-[\w-]+) up \(v\d+\)`, app.Name))

})

Expand Down

0 comments on commit 47a6907

Please sign in to comment.