Skip to content

Commit 45c9d2c

Browse files
committed
test: include new policy handler keys in sidecar all-keys assertion (#966)
1 parent c183cc7 commit 45c9d2c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/src/unit/test_stdio_settings_sidecar.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ def test_returns_all_handler_keys(self) -> None:
9696
"policy_get_pending",
9797
"policy_post_approve",
9898
"policy_post_deny",
99+
"policy_get_tool_schema",
100+
"policy_get_value_source",
99101
}
100102

101103
def test_get_tools_reads_cache_when_server_is_none(

0 commit comments

Comments
 (0)