mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 11:57:39 +00:00
fix(core): unify session-key normalization and plugin boundary checks
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { resolveCronAgentSessionKey } from "./run.js";
|
||||
import { resolveCronAgentSessionKey } from "./session-key.js";
|
||||
|
||||
describe("resolveCronAgentSessionKey", () => {
|
||||
it("builds an agent-scoped key for legacy aliases", () => {
|
||||
|
||||
Reference in New Issue
Block a user