This commit is contained in:
Arthur Passos 2024-07-26 11:05:05 -03:00
parent 921947e368
commit a21529f66a

View File

@ -219,6 +219,6 @@ def test_create_user():
instance.query(
"SELECT name, auth_type, auth_params FROM system.users WHERE name IN ['emma', 'lucy'] ORDER BY name"
)
== 'emma\t[\'ssl_certificate\']\t[\'{"common_names":["client2"]}\']\n'
== "emma\t['ssl_certificate']\t['{\"common_names\":[\"client2\"]}']\n"
'lucy\t[\'ssl_certificate\']\t[\'{"common_names":["client2","client3"]}\']\n'
)