mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Automatic style fix
This commit is contained in:
parent
28e71af95c
commit
c083896c59
@ -45,9 +45,7 @@ def test_failed_async_inserts(started_cluster):
|
||||
ignore_error=True,
|
||||
)
|
||||
|
||||
select_query = (
|
||||
"SELECT value FROM system.events WHERE event == 'FailedAsyncInsertQuery' SETTINGS min_untracked_memory = 4194304"
|
||||
)
|
||||
select_query = "SELECT value FROM system.events WHERE event == 'FailedAsyncInsertQuery' SETTINGS min_untracked_memory = 4194304"
|
||||
|
||||
assert node.query(select_query) == "4\n"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user