mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Automatic style fix
This commit is contained in:
parent
0e15f098d1
commit
9fd99ce814
@ -122,10 +122,10 @@ def test_delete_stable_backups():
|
||||
|
||||
assert command.get_answer() == (
|
||||
"You are going to delete all inactive backups in /clickhouse/backups. Continue?\n"
|
||||
"Found backup \"/clickhouse/backups/1\", checking if it's active\n"
|
||||
"Backup \"/clickhouse/backups/1\" is active, not going to delete\n"
|
||||
"Found backup \"/clickhouse/backups/2\", checking if it's active\n"
|
||||
"Backup \"/clickhouse/backups/2\" is not active, deleting it\n"
|
||||
'Found backup "/clickhouse/backups/1", checking if it\'s active\n'
|
||||
'Backup "/clickhouse/backups/1" is active, not going to delete\n'
|
||||
'Found backup "/clickhouse/backups/2", checking if it\'s active\n'
|
||||
'Backup "/clickhouse/backups/2" is not active, deleting it\n'
|
||||
"1\n"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user