test: use canonical semantic layer descriptions

This commit is contained in:
Andrey Avtomonov 2026-05-13 14:59:40 +02:00
parent e22c7704d8
commit f750f3e6c3
2 changed files with 4 additions and 2 deletions

View file

@ -98,7 +98,8 @@ describe('runKtxSl', () => {
yaml: [
'name: orders',
'table: public.orders',
'description: Paid order facts',
'descriptions:',
' user: Paid order facts',
'grain: [order_id]',
'columns:',
' - name: order_id',

View file

@ -576,7 +576,8 @@ describe('createLocalProjectMcpContextPorts', () => {
sourceName: 'orders',
yaml: [
'name: orders',
'description: Revenue facts',
'descriptions:',
' user: Revenue facts',
'table: public.orders',
'grain:',
' - order_id',