Skip to content

Commit

Permalink
PAM interactive doesn't have initial text
Browse files Browse the repository at this point in the history
  • Loading branch information
mbish committed Dec 4, 2024
1 parent e14ccaf commit 24bdbec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_pam_duo.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ def call_binary(self, *args):

@unittest.skipIf(sys.platform == "sunos5", SOLARIS_ISSUE)
class TestPamDuoInteractive(CommonSuites.Interactive):
INITIAL_TEXT = []

def call_binary(self, *args, **kwargs):
return pam_duo_interactive(*args, **kwargs)

Expand Down

0 comments on commit 24bdbec

Please sign in to comment.