We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca5971 commit b437111Copy full SHA for b437111
Tests/AsyncHTTPClientTests/HTTPClientTests+XCTest.swift
@@ -57,6 +57,8 @@ extension HTTPClientTests {
57
("testWrongContentLengthForSSLUncleanShutdown", testWrongContentLengthForSSLUncleanShutdown),
58
("testWrongContentLengthWithIgnoreErrorForSSLUncleanShutdown", testWrongContentLengthWithIgnoreErrorForSSLUncleanShutdown),
59
("testEventLoopArgument", testEventLoopArgument),
60
+ ("testLoopDetectionRedirectLimit", testLoopDetectionRedirectLimit),
61
+ ("testCountRedirectLimit", testCountRedirectLimit),
62
]
63
}
64
0 commit comments