Skip to content

Commit 54dcf0e

Browse files
committed
no pipe
1 parent 83f4e6f commit 54dcf0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

e2e/distributed-subscriptions-webhooks/distributed-subscriptions-webhooks.e2e.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,11 @@ it('should distribute subscription event even if main gateway is not subscribed'
163163
port: mainGwPort,
164164
supergraph,
165165
env: redisEnv,
166-
pipeLogs: 'mainGw.out',
167166
});
168167

169168
const gws = [
170169
// mainGw, // main, we dont want to subscribe to the main gw
171-
await gateway({ supergraph, env: redisEnv, pipeLogs: 'replica1.out' }), // replica 1
170+
await gateway({ supergraph, env: redisEnv }), // replica 1
172171
await gateway({ supergraph, env: redisEnv }), // replica 2
173172
];
174173

0 commit comments

Comments
 (0)