mirror of
https://github.com/chatmail/relay.git
synced 2026-06-25 21:11:05 +00:00
9787b63cbb
- test_timezone_env() is producing the warning, "PytestReturnNotNoneWarning: Test functions should return None, but src/cmdeploy/tests/online/test_1_basic.py::test_timezone_env returned <class 'bool'>". - Revised test_timezone_env() to return None for success instead of True.