feat: tests comments

Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
Alessio Artoni 2025-05-13 07:31:48 +00:00 committed by GitHub
parent 0dbf2e26d1
commit a418c2bd21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,6 +57,7 @@ function teardown_file() {
assert_success
assert_line --partial "Getting secret ENABLE_POP3 from ${FILEPATH_VALID}"
# Verify ENABLE_POP3 was enabled (disabled by default), by checking this file path is valid:
_run_in_container [ -f /etc/dovecot/protocols.d/pop3d.protocol ]
assert_success
}