mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 22:00:21 +00:00
test: stabilize full gate
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user