Skip to content

Commit ad6490f

Browse files
committed
test: fix missing sessionID in tab title test
1 parent 6575beb commit ad6490f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/plugin.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ describe('PAIPlugin Integration', () => {
6767

6868
await eventHook({
6969
event: {
70-
type: 'tool.call',
70+
type: "tool.call",
71+
sessionID: "test-session",
7172
properties: {
7273
tool: 'Bash',
7374
input: { command: 'ls -la' }

0 commit comments

Comments
 (0)