mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
remove todo
This commit is contained in:
parent
f3f9d5f4de
commit
8eda32600f
@ -63,7 +63,6 @@ TEST_P(ParserKQLTest, parseKQLQuery)
|
||||
{
|
||||
if (input_text.starts_with("ATTACH"))
|
||||
{
|
||||
// todo arthur check
|
||||
auto salt = (dynamic_cast<const ASTCreateUserQuery *>(ast.get())->authentication_methods.back())->getSalt().value_or("");
|
||||
EXPECT_TRUE(re2::RE2::FullMatch(salt, expected_ast));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user