test: align outbound normalization
This commit is contained in:
parent
8ba6473462
commit
3fbe2963b3
@ -116,6 +116,7 @@ describe("deliverOutboundPayloads", () => {
|
|||||||
expect(normalized).toEqual([
|
expect(normalized).toEqual([
|
||||||
{ text: "hi", mediaUrls: [] },
|
{ text: "hi", mediaUrls: [] },
|
||||||
{ text: "", mediaUrls: ["https://x.test/a.jpg"] },
|
{ text: "", mediaUrls: ["https://x.test/a.jpg"] },
|
||||||
|
{ text: " ", mediaUrls: [] },
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user