Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mbish authored and AaronAtDuo committed Dec 12, 2024
1 parent d74bde3 commit 5246106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pam_duo.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,10 @@ def test_invalid_delimiter_value_colon(self):
["-d", "-c", temp.name, "true"],
)
self.assertIn(
result["stderr"],
"Invalid gecos_delim '{delim}' (delimiter must be punctuation other than ':')".format(
delim=config["gecos_delim"]
),
result["stderr"],
)
self.assertRegexSomeline(
result["stderr"],
Expand Down

0 comments on commit 5246106

Please sign in to comment.