Werk #13269: check_mail_loop: AssertionError when using PasswordStore
Component | Checks & agents | ||
Title | check_mail_loop: AssertionError when using PasswordStore | ||
Date | May 8, 2023 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
A leftover Python assert
statement dealing with plaintext passwords only led to fatal AssertionError
when using PasswordStore instead of plaintext passwords.
This change simply removes those statements as already done on newer branches.