mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix test_ssl_cert_authentication
This commit is contained in:
parent
0674582028
commit
c556f62f51
@ -122,7 +122,7 @@ def test_native_wrong_cert():
|
||||
execute_query_native(
|
||||
instance, "SELECT currentUser()", user="john", cert_name="wrong"
|
||||
)
|
||||
assert "UNKNOWN_CA" in str(err.value)
|
||||
assert "unknown ca" in str(err.value)
|
||||
|
||||
|
||||
def test_native_fallback_to_password():
|
||||
|
Loading…
Reference in New Issue
Block a user