Skip to content

Commit 3453b45

Browse files
committed
test(olat): include chatbot activity type
1 parent 443d172 commit 3453b45

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/olat-api/test/index.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,12 @@ describe('OLAT-API /api/configuration/activityTypes', () => {
239239
olatConfigurationKey: 'micro-learning',
240240
path: '/microLearnings',
241241
},
242+
{
243+
id: 'CHATBOT',
244+
isEmailTransferRequired: false,
245+
olatConfigurationKey: 'chatbot',
246+
path: '/chatbot',
247+
},
242248
{
243249
id: 'COURSE_LEADERBOARD',
244250
isEmailTransferRequired: false,

0 commit comments

Comments
 (0)