ClickHouse / clickhouse-js

Official JS client for ClickHouse DB
https://clickhouse.com
Apache License 2.0
225 stars 27 forks source link

Fix read-only user tests #141

Closed slvrtrn closed 1 year ago

slvrtrn commented 1 year ago

Summary

As of today, read-only user tests started to fail with the Cloud because the password was too simple:

Invalid password. The password should: contain at least 1 uppercase character, contain at least 1 special character.

Checklist