We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef8757 commit 5e90d06Copy full SHA for 5e90d06
1 file changed
deltachat-rpc-client/tests/test_something.py
@@ -1017,10 +1017,7 @@ def test_configured_imap_certificate_checks(acfactory):
1017
# Certificate checks should be configured (not None)
1018
info = alice.get_info()
1019
domain = alice.get_config("addr").split("@")[-1]
1020
- if domain.startswith("_"):
1021
- assert "cert_automatic" in info.used_transport_settings
1022
- else:
1023
- assert "cert_strict" in info.used_transport_settings
+ assert "cert_automatic" in info.used_transport_settings
1024
1025
# "cert_old_automatic" is the value old Delta Chat core versions used
1026
# to mean user entered "imap_certificate_checks=0" (Automatic)
0 commit comments