Skip to content

Commit 92b6d70

Browse files
committed
test(internal): extend handler-key assertion with 8 backup handlers
After the master merge, build_settings_handlers returns 16 keys (the 8 from #1381 plus the 8 auto-backup handlers added by this PR). test_returns_all_handler_keys was asserting only master's 8 — update to the union so the test passes again.
1 parent 65b9129 commit 92b6d70

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tests/src/unit/test_stdio_settings_sidecar.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@ def test_returns_all_handler_keys(self) -> None:
8181
"settings_info",
8282
"get_feature_flags",
8383
"save_feature_flags",
84+
# Auto-backup handlers (#1288).
85+
"list_backups",
86+
"view_backup",
87+
"diff_backup",
88+
"restore_backup",
89+
"delete_backup",
90+
"delete_backups_bulk",
91+
"get_backup_config",
92+
"save_backup_config",
8493
}
8594

8695
def test_get_tools_reads_cache_when_server_is_none(

0 commit comments

Comments
 (0)