mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
test(telegram): name isolated init regression
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
committed by
Peter Steinberger
parent
0beae266da
commit
de48410384
@@ -387,7 +387,7 @@ describe("TelegramPollingSession", () => {
|
||||
expect(bot.api.getUpdates).not.toHaveBeenCalled();
|
||||
});
|
||||
|
||||
it("drains isolated ingress spool through the main-thread bot without offset watermark skipping", async () => {
|
||||
it("initializes the main-thread bot before draining isolated ingress spool", async () => {
|
||||
const abort = new AbortController();
|
||||
const tempDir = await fs.mkdtemp(path.join(os.tmpdir(), "openclaw-telegram-spool-"));
|
||||
const handleUpdate = vi.fn(async () => undefined);
|
||||
|
||||
Reference in New Issue
Block a user