Fix test test_backup_restore_s3.

This commit is contained in:
Vitaly Baranov 2024-07-24 18:03:48 +02:00
parent 8d4b919bf4
commit 2e25808e58

View File

@ -254,6 +254,7 @@ def check_system_tables(backup_query_id=None):
("disk_s3_cache", "ObjectStorage", "S3", "Local"),
("disk_s3_other_bucket", "ObjectStorage", "S3", "Local"),
("disk_s3_plain", "ObjectStorage", "S3", "Plain"),
("disk_s3_plain_rewritable", "ObjectStorage", "S3", "PlainRewritable"),
("disk_s3_restricted_user", "ObjectStorage", "S3", "Local"),
)
assert len(expected_disks) == len(disks)