Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Sep 17, 2024
1 parent ba06c2e commit 6103b0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ suite("test_grant_revoke_cluster_to_user", "cloud_auth") {
connect(user = "${user1}", password = 'Cloud12345', url = context.config.jdbcUrl) {
test {
sql """use @${cluster1}"""
exception "Cluster ${cluster1} not exist"
exception "${cluster1} not exist"
}
result = sql_return_maparray """show grants for '${user1}'"""
commonAuth result, "'${user1}'@'%'", "Yes", "admin", "Admin_priv"
Expand Down

0 comments on commit 6103b0c

Please sign in to comment.