We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ba886 commit e5f06e3Copy full SHA for e5f06e3
Tests/AsyncHTTPClientTests/HTTPClientTests.swift
@@ -1851,13 +1851,13 @@ final class HTTPClientTests: XCTestCaseHTTPClientTestsBaseClass {
1851
certificateVerification: .none,
1852
maximumAllowedIdleTimeInConnectionPool: .milliseconds(100)
1853
)
1854
-
+
1855
let localClient = HTTPClient(eventLoopGroupProvider: .shared(self.clientGroup),
1856
configuration: configuration)
1857
defer {
1858
XCTAssertNoThrow(try localClient.syncShutdown())
1859
}
1860
1861
// Make sure that the idle timeout of the connection pool is properly propagated
1862
// to the connection pool itself, when using both inits.
1863
XCTAssertEqual(configuration.connectionPool.idleTimeout, .milliseconds(100))
0 commit comments