Skip to content

Commit dd066e9

Browse files
committed
Update browser routing test parameter
1 parent 487e5af commit dd066e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lib/browser-routing.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ describe('browser routing', () => {
833833
jwt: 'token-abc',
834834
});
835835

836-
const watchEvents = await kernel.browsers.fs.watch.events('watch-1', { id: 'sess-1' });
836+
const watchEvents = await kernel.browsers.fs.watch.events('watch-1', { id_or_name: 'sess-1' });
837837
watchEvents.controller.abort();
838838
const logs = await kernel.browsers.logs.stream('sess-1', {
839839
source: 'path',

0 commit comments

Comments
 (0)