fix test
This commit is contained in:
chen 2022-10-18 14:53:21 +08:00 committed by GitHub
parent 10acf43db4
commit 163b3c9f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -379,7 +379,7 @@ def test_system_detached_parts(drop_detached_parts_table):
)
res = q(
"select system.detached_parts.* except (bytes_on_disk, `path`, disk) from system.detached_parts where table like 'sdp_%' order by table, name"
"select system.detached_parts.* except (bytes_on_disk, `path`) from system.detached_parts where table like 'sdp_%' order by table, name"
)
assert (
res == "default\tsdp_0\tall\tall_1_1_0\tdefault\t\t1\t1\t0\n"