tests: other bots could be in passthrough_recipients

This commit is contained in:
missytake
2023-12-29 11:26:10 +01:00
parent 7d55d98620
commit 5a6f036106

View File

@@ -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 == []