Skip to content

Commit

Permalink
normalize regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
vinlee19 committed Dec 23, 2024
1 parent a550f15 commit dd5f7c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ suite("test_use_database_stmt", "p0,external,mysql,external_docker,external_dock
sql """use ${internal_db_name}"""
qt_sql """select current_catalog()"""
sql """use ${catalog_name}.${ex_db_name}"""
Assert.fail("Access denied for user '${user}' to database '${ex_db_name}'");
exception"Access denied for user '${user}' to database '${ex_db_name}'";
} catch (Exception e) {
log.info(e.getMessage())
}
Expand Down

0 comments on commit dd5f7c1

Please sign in to comment.