test: stabilize full gate

This commit is contained in:
Peter Steinberger
2026-03-17 16:21:51 +00:00
parent 647fb9cc3e
commit 9f8cf7f71a
44 changed files with 4316 additions and 128 deletions

View File

@@ -490,7 +490,7 @@ describe("/approve command", () => {
const params = buildParams("/approve abc allow-once", cfg, {
Provider: "webchat",
Surface: "webchat",
GatewayClientScopes: testCase.scopes,
GatewayClientScopes: [...testCase.scopes],
});
const result = await handleCommands(params);