feat(core): moving sessions (#30640)
This commit is contained in:
@@ -506,6 +506,14 @@ const scenarios: Scenario[] = [
|
||||
body: {},
|
||||
}))
|
||||
.status(400),
|
||||
http.protected
|
||||
.post("/experimental/control-plane/move-session", "experimental.controlPlane.moveSession")
|
||||
.global()
|
||||
.at(() => ({
|
||||
path: "/experimental/control-plane/move-session",
|
||||
body: {},
|
||||
}))
|
||||
.status(400),
|
||||
http.protected
|
||||
.get("/experimental/tool", "tool.list")
|
||||
.at((ctx) => ({
|
||||
|
||||
Reference in New Issue
Block a user