mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge pull request #39084 from quickhouse/patch-2
Fixed regexp in `test_quota`
This commit is contained in:
commit
bcc404bca1
@ -486,7 +486,7 @@ def test_exceed_quota():
|
||||
)
|
||||
|
||||
assert re.search(
|
||||
"Quota.*has\ been\ exceeded",
|
||||
"Quota.*has been exceeded",
|
||||
instance.query_and_get_error("SELECT * from test_table"),
|
||||
)
|
||||
system_quota_usage(
|
||||
|
Loading…
Reference in New Issue
Block a user