Skip to content

Commit

Permalink
corrected other expect statement
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonRoberts committed Sep 3, 2020
1 parent 8523b9c commit d50c650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/kerberosauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_ticket(self):
self.log.error(msg)
raise Exception(msg)

process.expect(".*:")
process.expect("Password for .*:")
process.sendline(self.password)

output = process.read()
Expand Down

0 comments on commit d50c650

Please sign in to comment.