From c124533ef90b2b28373b7da1ae27ee8438684a21 Mon Sep 17 00:00:00 2001 From: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com> Date: Thu, 12 Sep 2024 00:08:53 -0400 Subject: [PATCH] fix --- 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 7db28b46f74..4b5f3332a48 100644 --- a/tests/integration/test_ssl_cert_authentication/test.py +++ b/tests/integration/test_ssl_cert_authentication/test.py @@ -334,7 +334,7 @@ def test_create_user(): 'lucy\tssl_certificate\t{"common_names":["client2","client3"]}\n' ) - instance.query("DROP USER emma") + instance.query("DROP USER emma") def test_x509_san_support():