Revert "What if I will change this test?"

This reverts commit ed02246e0c.
This commit is contained in:
Alexey Milovidov 2024-07-22 08:47:08 +02:00
parent ed02246e0c
commit 3d4604a64a

View File

@ -43,10 +43,15 @@ def started_cluster():
config = """<clickhouse>
<openSSL>
<client>
<verificationMode>strict</verificationMode>
<verificationMode>none</verificationMode>
<certificateFile>{certificateFile}</certificateFile>
<privateKeyFile>{privateKeyFile}</privateKeyFile>
<caConfig>{caConfig}</caConfig>
<invalidCertificateHandler>
<name>AcceptCertificateHandler</name>
</invalidCertificateHandler>
</client>
</openSSL>
</clickhouse>"""