mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
test(context): update wiki key assertion
This commit is contained in:
parent
f138ead5be
commit
28a707af8f
1 changed files with 1 additions and 1 deletions
|
|
@ -617,7 +617,7 @@ describe('createLocalProjectMcpContextPorts', () => {
|
|||
userId: 'local-user',
|
||||
key: '../outside',
|
||||
}),
|
||||
).rejects.toThrow('Unsafe knowledge key');
|
||||
).rejects.toThrow('Invalid wiki key "../outside". Wiki keys must be flat; use "outside".');
|
||||
|
||||
await expect(
|
||||
ports.semanticLayer?.readSource({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue