Automatic style fix

This commit is contained in:
robot-clickhouse 2023-07-28 06:34:05 +00:00
parent 0e15f098d1
commit 9fd99ce814

View File

@ -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"
)