Skip to content

Commit 6a9bc79

Browse files
committed
Merge pull request #3067 from bacongobbler/hotfix-jenkins
fix(tests): check for expected prompt
2 parents 63921c1 + a49ff60 commit 6a9bc79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utils/itutils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func AuthCancel(t *testing.T, params *DeisTestConfig) {
162162
t.Fatalf("expect password failed\n%v", err)
163163
}
164164
child.SendLine(params.Password)
165-
err = child.ExpectRegex("(y/n)")
165+
err = child.ExpectRegex("(y/N)")
166166
if err != nil {
167167
t.Fatalf("expect cancel \n%v", err)
168168
}

0 commit comments

Comments
 (0)