fix: report missing chart profile deletes

This commit is contained in:
732642856
2026-07-20 17:56:28 +08:00
parent 29b3c63a1c
commit 4441d0f089
2 changed files with 8 additions and 2 deletions
@@ -145,7 +145,10 @@ def test_chart_profile_library_has_cloud_table_api_and_local_fallback() -> None:
):
assert token in route
assert 'upsert(record, { onConflict: "id" })' not in route
assert '.delete({ count: "exact" })' in delete_route
assert 'eq("role", "other")' in delete_route
assert "count !== 1" in delete_route
assert "星盘不存在或无权删除" in delete_route
for token in (
"fetchCloudChartLibrary",