mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 00:07:53 +00:00
test(sqlite): align migrated store call sites
This commit is contained in:
@@ -733,7 +733,7 @@ describe("gateway node command allowlist", () => {
|
||||
os.tmpdir(),
|
||||
`openclaw-client-id-promotion-${Date.now()}-${Math.random().toString(36).slice(2)}.json`,
|
||||
);
|
||||
const deviceIdentity = loadOrCreateDeviceIdentity(deviceIdentityPath);
|
||||
const deviceIdentity = loadOrCreateDeviceIdentity({ key: deviceIdentityPath });
|
||||
const displayName = "node-client-id-promotion";
|
||||
|
||||
let macClient: GatewayClient | undefined;
|
||||
@@ -798,7 +798,7 @@ describe("gateway node command allowlist", () => {
|
||||
os.tmpdir(),
|
||||
`openclaw-node-host-platform-upgrade-${Date.now()}-${Math.random().toString(36).slice(2)}.json`,
|
||||
);
|
||||
const deviceIdentity = loadOrCreateDeviceIdentity(deviceIdentityPath);
|
||||
const deviceIdentity = loadOrCreateDeviceIdentity({ key: deviceIdentityPath });
|
||||
const displayName = "node-host-platform-upgrade";
|
||||
|
||||
let legacyClient: GatewayClient | undefined;
|
||||
|
||||
Reference in New Issue
Block a user