Small test fix

This commit is contained in:
kssenii 2024-03-26 21:39:23 +01:00
parent a777045dd3
commit 2ce0d647f2

View File

@ -366,7 +366,7 @@ def test_broken_ignored(cluster):
)
assert "all_3_3_0" in get_broken_projections_info(node, table_name, active=False)
assert "all_2_2_0" in get_broken_projections_info(node, table_name, active=False)
assert "all_2_2_0" in get_broken_projections_info(node, table_name, active=True)
# 0 because of all_2_2_0
check(node, table_name, 0)