Skip to content

Commit e2b224b

Browse files
CCM-13012: Add supplierReferences test
1 parent 5698464 commit e2b224b

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

tests/test-team/template-mgmt-api-tests/update-routing-config.api.spec.ts

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -428,15 +428,17 @@ test.describe('PUT /v1/routing-configuration/:routingConfigId', () => {
428428
request,
429429
}) => {
430430
const routingConfig = RoutingConfigFactory.create(user1, {
431-
cascade: [{
432-
cascadeGroups: ['standard'],
433-
channel: 'LETTER',
434-
channelType: 'primary',
435-
defaultTemplateId: 'template-id',
436-
supplierReferences: {
437-
MBA: 'supplier-template-id'
438-
}
439-
}]
431+
cascade: [
432+
{
433+
cascadeGroups: ['standard'],
434+
channel: 'LETTER',
435+
channelType: 'primary',
436+
defaultTemplateId: 'template-id',
437+
supplierReferences: {
438+
MBA: 'supplier-template-id',
439+
},
440+
},
441+
],
440442
});
441443

442444
await storageHelper.seed([routingConfig.dbEntry]);

0 commit comments

Comments
 (0)