diff --git a/src/stream/Stream.integration.test.ts b/src/stream/Stream.integration.test.ts index a2e391f..8aa2fab 100644 --- a/src/stream/Stream.integration.test.ts +++ b/src/stream/Stream.integration.test.ts @@ -17,14 +17,11 @@ describe('Stream integration', () => { const name = 'test'; const data = await createAblyApp({ keys: [{}], - namespaces: [{ id: name, persisted: true }], + namespaces: [], channels: [ { name, - presence: [ - { clientId: 'John', data: 'john@test.com' }, - { clientId: 'Dave', data: 'dave@test.com' }, - ], + presence: [], }, ], });