The test where we add accounts often fails:
ot ok 210 checking setup.sh: setup.sh email add and login
# (from function `assert_output' in file test/test_helper/bats-assert/src/assert.bash, line 239,
# in test file test/tests.bats, line 1015)
# `assert_output "passdb: [email protected] auth succeeded"' failed
#
# -- output differs --
# expected : passdb: [email protected] auth succeeded
# actual : passdb: [email protected] auth failed
# --
Modify the test so that it includes the mail log in the assert (assert that the log contains a matching line). Then perhaps we can find out why.
The test where we add accounts often fails:
Modify the test so that it includes the mail log in the assert (assert that the log contains a matching line). Then perhaps we can find out why.