fix: like test (#21307)

(cherry picked from commit 8caaa9bda0f203dfcb7fbaafa9d8a3f76eb31dae)
This commit is contained in:
Teddy 2025-05-20 15:02:37 +02:00 committed by Teddy Crepineau
parent d4550dd87c
commit c7b5d778db

View File

@ -76,7 +76,7 @@ class ColumnValuesToMatchRegexValidator(
res = dict( res = dict(
self.runner.dispatch_query_select_first( self.runner.dispatch_query_select_first(
Metrics.COUNT(column).fn(), Metrics.COUNT(column).fn(),
regex_count, regex_count_fn,
) )
) )