test: fix pre-existing tsgo errors in backup-create and pairing-pending tests
This commit is contained in:
parent
c1cc474a57
commit
ad66dc09b9
@ -64,7 +64,7 @@ describe("formatBackupCreateSummary", () => {
|
||||
displayPath: "~/.openclaw/config.json",
|
||||
},
|
||||
{
|
||||
kind: "oauth",
|
||||
kind: "credentials",
|
||||
sourcePath: "/oauth",
|
||||
archivePath: "archive/oauth",
|
||||
displayPath: "~/.openclaw/oauth",
|
||||
|
||||
@ -33,7 +33,7 @@ describe("rejectPendingPairingRequest", () => {
|
||||
idKey: "accountId",
|
||||
loadState: async () => state,
|
||||
persistState,
|
||||
getId: (pending) => pending.accountId,
|
||||
getId: (pending: { accountId: string }) => pending.accountId,
|
||||
}),
|
||||
).resolves.toEqual({
|
||||
requestId: "reject",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user