We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c1f91 commit c88eff0Copy full SHA for c88eff0
Tests/AWSLambdaRuntimeTests/MockLambdaServer.swift
@@ -60,7 +60,7 @@ final class MockLambdaServer<Behavior: LambdaServerBehavior> {
60
init(
61
behavior: Behavior,
62
host: String = "127.0.0.1",
63
- port: Int = 7000,
+ port: Int = 0,
64
keepAlive: Bool = true,
65
eventLoopGroup: MultiThreadedEventLoopGroup
66
) {
0 commit comments