mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 18:45:57 +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: [],
|
||||
assignedTo: null,
|
||||
channel: { name: 'messenger-channel' },
|
||||
avatar: null,
|
||||
context: {},
|
||||
assignedAt: new Date(),
|
||||
},
|
||||
skip: {},
|
||||
attempt: 0,
|
||||
@ -104,6 +107,9 @@ const conversations: ConversationCreateDto[] = [
|
||||
labels: [],
|
||||
assignedTo: null,
|
||||
channel: { name: 'web-channel' },
|
||||
avatar: null,
|
||||
context: {},
|
||||
assignedAt: new Date(),
|
||||
},
|
||||
skip: {},
|
||||
attempt: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user