test: stabilize docker e2e suites for pairing and model updates

This commit is contained in:
Peter Steinberger
2026-02-21 16:38:43 +01:00
parent 5da03e6221
commit 8588183abe
11 changed files with 183 additions and 121 deletions

View File

@@ -62,7 +62,7 @@ describe("signal event handler typing + read receipts", () => {
}),
);
expect(sendTypingMock).toHaveBeenCalledWith("signal:+15550001111", expect.any(Object));
expect(sendTypingMock).toHaveBeenCalledWith("+15550001111", expect.any(Object));
expect(sendReadReceiptMock).toHaveBeenCalledWith(
"signal:+15550001111",
1700000000000,