Skip to content

Commit

Permalink
fix: Use 0 for keepalive_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
c-lucera-pvotal committed Aug 28, 2024
1 parent d47e246 commit 5203500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/keepalive_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void main() {
services: [FakeEchoService()],
keepAliveOptions: serverOptions,
);
await server.serve(address: 'localhost', port: 8082);
await server.serve(address: 'localhost', port: 0);
fakeChannel = FakeClientChannel(
'localhost',
port: server.port!,
Expand Down

0 comments on commit 5203500

Please sign in to comment.