mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: update conversation fixtures
This commit is contained in:
parent
60677c0435
commit
227630d6c6
6
api/src/utils/test/fixtures/conversation.ts
vendored
6
api/src/utils/test/fixtures/conversation.ts
vendored
@ -58,6 +58,9 @@ const conversations: ConversationCreateDto[] = [
|
|||||||
labels: [],
|
labels: [],
|
||||||
assignedTo: null,
|
assignedTo: null,
|
||||||
channel: { name: 'messenger-channel' },
|
channel: { name: 'messenger-channel' },
|
||||||
|
avatar: null,
|
||||||
|
context: {},
|
||||||
|
assignedAt: new Date(),
|
||||||
},
|
},
|
||||||
skip: {},
|
skip: {},
|
||||||
attempt: 0,
|
attempt: 0,
|
||||||
@ -104,6 +107,9 @@ const conversations: ConversationCreateDto[] = [
|
|||||||
labels: [],
|
labels: [],
|
||||||
assignedTo: null,
|
assignedTo: null,
|
||||||
channel: { name: 'web-channel' },
|
channel: { name: 'web-channel' },
|
||||||
|
avatar: null,
|
||||||
|
context: {},
|
||||||
|
assignedAt: new Date(),
|
||||||
},
|
},
|
||||||
skip: {},
|
skip: {},
|
||||||
attempt: 0,
|
attempt: 0,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user