From ae6e236acf41ccb97d9e0f9864a74cffbf746db9 Mon Sep 17 00:00:00 2001 From: Arthur Passos Date: Fri, 13 Sep 2024 08:59:59 -0300 Subject: [PATCH] update recently introduced test --- tests/integration/test_ssl_cert_authentication/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_ssl_cert_authentication/test.py b/tests/integration/test_ssl_cert_authentication/test.py index 6c07f91bd51..9695e0fbd5d 100644 --- a/tests/integration/test_ssl_cert_authentication/test.py +++ b/tests/integration/test_ssl_cert_authentication/test.py @@ -391,7 +391,7 @@ def test_x509_san_wildcard_support(): instance.query( "SELECT name, auth_type, auth_params FROM system.users WHERE name='stewie'" ) - == 'stewie\tssl_certificate\t{"subject_alt_names":["URI:spiffe:\\\\/\\\\/bar.com\\\\/foo\\\\/*\\\\/far"]}\n' + == 'stewie\t[\'ssl_certificate\']\t[\'{"subject_alt_names":["URI:spiffe:\\\\/\\\\/bar.com\\\\/foo\\\\/*\\\\/far"]}\']\n' ) assert (