Skip to content

Commit a49ff60

Browse files
author
Matthew Fisher
committed
fix(tests): check for expected prompt
1 parent 1fff81a commit a49ff60

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)