From d1460e7a1acc64f41168c985d201152b44e26ac5 Mon Sep 17 00:00:00 2001 From: missytake Date: Fri, 29 Dec 2023 11:26:10 +0100 Subject: [PATCH] tests: other bots could be in passthrough_recipients --- chatmaild/src/chatmaild/tests/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatmaild/src/chatmaild/tests/test_config.py b/chatmaild/src/chatmaild/tests/test_config.py index c70735f..fdc308b 100644 --- a/chatmaild/src/chatmaild/tests/test_config.py +++ b/chatmaild/src/chatmaild/tests/test_config.py @@ -28,5 +28,5 @@ def test_read_config_testrun(make_config): assert config.username_min_length == 9 assert config.username_max_length == 9 assert config.password_min_length == 9 - assert config.passthrough_recipients == ["privacy@testrun.org"] + assert "privacy@testrun.org" in config.passthrough_recipients assert config.passthrough_senders == []