fix: make channel fixture timestamps deterministic
This commit is contained in:
parent
e98ab47d52
commit
e9bccb6ad1
@ -201,7 +201,7 @@
|
||||
"messageId": "ks_channel_d813aa04",
|
||||
"conversationId": "kitchen-demo",
|
||||
"channelId": "kitchen-demo",
|
||||
"timestamp": 1777494734068,
|
||||
"timestamp": 1777334400000,
|
||||
"deliveryStatus": "sent",
|
||||
"transport": "kitchen-sink-local",
|
||||
"meta": {
|
||||
|
||||
@ -356,7 +356,7 @@ export function createKitchenChannelDelivery({ kind = "text", text = "", to = "k
|
||||
messageId: id,
|
||||
conversationId: normalizedTo,
|
||||
channelId: normalizedTo,
|
||||
timestamp: Date.now(),
|
||||
timestamp: Date.UTC(2026, 3, 28, 0, 0, 0),
|
||||
deliveryStatus: "sent",
|
||||
transport: "kitchen-sink-local",
|
||||
meta: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user