From 24bdbec23bed14d697643528be6a6a95d6c6a0f9 Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Wed, 4 Dec 2024 15:53:48 -0500 Subject: [PATCH] PAM interactive doesn't have initial text --- tests/test_pam_duo.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_pam_duo.py b/tests/test_pam_duo.py index 28fd565..faea43b 100755 --- a/tests/test_pam_duo.py +++ b/tests/test_pam_duo.py @@ -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)