Skip to content

Commit e748200

Browse files
bsoroushianpeterhaochen47
authored andcommitted
Addressed review suggestion
1 parent 315dc09 commit e748200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/login_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ var _ = Describe("Login", func() {
159159
setConfigAuthUrl(uaaServer.URL())
160160
session := runCommandWithStdin(strings.NewReader("user\npass\n"), "login")
161161
Eventually(session.Out).Should(Say("username:"))
162+
Eventually(session.Out).Should(Say("password: "))
162163
Eventually(session.Wait("10s").Out).Should(Say("Login Successful"))
163164
Eventually(session).Should(Exit(0))
164165
})

0 commit comments

Comments
 (0)