test: align BlueBubbles send target fallback (#1630) (thanks @plum-dawg)

This commit is contained in:
Peter Steinberger 2026-01-25 10:13:30 +00:00
parent bb82851124
commit 43c2c9b697

View File

@ -392,7 +392,7 @@ describe("send", () => {
}); });
await expect( await expect(
sendMessageBlueBubbles("+15559999999", "Hello", { sendMessageBlueBubbles("chat_id:123", "Hello", {
serverUrl: "http://localhost:1234", serverUrl: "http://localhost:1234",
password: "test", password: "test",
}), }),