Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions tests/json_rpc_e2e.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5493,17 +5493,6 @@ async fn json_rpc_app_state_snapshot_returns_runtime_shape() {
Some(true),
"expected chatOnboardingCompleted=true from test config: {body}"
);
// #1299 — Meet auto-orchestrator handoff is the privacy gate that
// controls whether ending a Meet call hands the transcript to the
// orchestrator agent. Default is OFF on a fresh config so meeting
// notes never auto-broadcast to Slack #general etc. without consent.
assert_eq!(
body.get("meetAutoOrchestratorHandoff")
.and_then(Value::as_bool),
Some(false),
"expected meetAutoOrchestratorHandoff=false default: {body}"
);

let runtime = body.get("runtime").expect("expected runtime object");
assert!(
runtime.get("localAi").and_then(Value::as_object).is_some(),
Expand Down
Loading