This repository was archived by the owner on Apr 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
tests/system/admin_overlay Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,15 +215,15 @@ def test_optimize_restored_table(
215215 second_instance_storage_type ,
216216 expect_optimize_operation ,
217217):
218- instance_with_backup , table_to_backup = create_instance (
218+ ( instance_with_backup , table_to_backup ) = create_instance (
219219 instance_admin_client ,
220220 table_admin_client ,
221221 data_client ,
222222 admin_overlay_project_id ,
223223 instances_to_delete ,
224224 admin_v2 .StorageType .HDD ,
225225 )
226- instance_to_restore , _ = create_instance (
226+ ( instance_to_restore , _ ) = create_instance (
227227 instance_admin_client ,
228228 table_admin_client ,
229229 data_client ,
@@ -273,7 +273,7 @@ def test_wait_for_consistency(
273273 instances_to_delete ,
274274 admin_overlay_project_id ,
275275):
276- instance , table = create_instance (
276+ ( instance , table ) = create_instance (
277277 instance_admin_client ,
278278 table_admin_client ,
279279 data_client ,
You can’t perform that action at this time.
0 commit comments