From a690539935c380040afc49fffa16342a97381228 Mon Sep 17 00:00:00 2001 From: Arthur Passos Date: Wed, 28 Aug 2024 18:03:27 -0300 Subject: [PATCH] fix test --- .../0_stateless/03174_multiple_authentication_methods.reference | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/queries/0_stateless/03174_multiple_authentication_methods.reference b/tests/queries/0_stateless/03174_multiple_authentication_methods.reference index 759097b3da2..c7dbf67d784 100644 --- a/tests/queries/0_stateless/03174_multiple_authentication_methods.reference +++ b/tests/queries/0_stateless/03174_multiple_authentication_methods.reference @@ -100,7 +100,6 @@ Create user with no identification localhost 9000 0 0 0 Add identified with, should not be allowed because user is currently identified with no_password and it can not co-exist with other auth types BAD_ARGUMENTS -BAD_ARGUMENTS Try to add no_password mixed with other authentication methods, should not be allowed SYNTAX_ERROR Adding no_password, should fail