fix: like test (#21307)

This commit is contained in:
Teddy 2025-05-20 15:02:37 +02:00 committed by GitHub
parent 2904c94700
commit 8caaa9bda0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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