Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
- This issue occurred due to merge of two conflicting features

Co-authored-by: Lisa Burns <[email protected]>
Co-authored-by: Nick Webb <[email protected]>
  • Loading branch information
3 people committed Sep 9, 2020
1 parent 76df61f commit 4c3168f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/v7/isolated/rollback_command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ applications:
session = helpers.CF("revisions", appName)
Eventually(session).Should(Exit(0))

Expect(session).To(Say(`3\s+[\w\-]+\s+New droplet deployed.`))
Expect(session).To(Say(`3\s+New droplet deployed.`))
})
})

Expand Down Expand Up @@ -135,7 +135,7 @@ applications:
session = helpers.CF("revisions", appName)
Eventually(session).Should(Exit(0))

Expect(session).To(Say(`3\s+[\w\-]+\s+New droplet deployed.`))
Expect(session).To(Say(`3\s+New droplet deployed.`))
})
})

Expand Down

0 comments on commit 4c3168f

Please sign in to comment.