mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-14 20:20:44 +00:00
test: tighten pairing store approval assertion
This commit is contained in:
@@ -449,7 +449,7 @@ describe("pairing store", () => {
|
||||
channel: "telegram",
|
||||
code: created.code,
|
||||
});
|
||||
expect(approved).toMatchObject({ id: "67890" });
|
||||
expect(approved?.id).toBe("67890");
|
||||
await expectAccountScopedEntryIsolated("67890");
|
||||
|
||||
const filtered = await createTelegramPairingRequest("yy", "filtered");
|
||||
|
||||
Reference in New Issue
Block a user