Skip to content

Commit

Permalink
Remove Eventually statement for enable ssh tip (#2619)
Browse files Browse the repository at this point in the history
- This line was added for v8 and not v7 and main
- It is not needed cause we test at the unit level and the assertion was incorrect anyway
  • Loading branch information
moleske authored Oct 18, 2023
1 parent 992ce59 commit 2ab9978
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration/v7/isolated/enable_ssh_command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ var _ = Describe("enable-ssh command", func() {
Eventually(session).Should(Say(`Enabling ssh support for app %s as %s\.\.\.`, appName, userName))

Eventually(session).Should(Say("OK"))
Eventually(session).Should(Say("TIP: An app restart is required for the change to take effect."))
Eventually(session).Should(Exit(0))

session = helpers.CF("curl", fmt.Sprintf("v3/apps/%s/ssh_enabled", helpers.AppGUID(appName)))
Expand Down

0 comments on commit 2ab9978

Please sign in to comment.