Switch to clawdis RPC mode and complete rebrand
This commit is contained in:
@@ -631,8 +631,8 @@ describe("web auto-reply", () => {
|
||||
|
||||
expect(resolver).toHaveBeenCalledTimes(1);
|
||||
const args = resolver.mock.calls[0][0];
|
||||
expect(args.Body).toContain("[Jan 1 00:00] [warelay] first");
|
||||
expect(args.Body).toContain("[Jan 1 01:00] [warelay] second");
|
||||
expect(args.Body).toContain("[Jan 1 00:00] [clawdis] first");
|
||||
expect(args.Body).toContain("[Jan 1 01:00] [clawdis] second");
|
||||
|
||||
// Max listeners bumped to avoid warnings in multi-instance test runs
|
||||
expect(process.getMaxListeners?.()).toBeGreaterThanOrEqual(50);
|
||||
|
||||
Reference in New Issue
Block a user