Skip to content

Commit b437111

Browse files
committed
add tests on linux
1 parent fca5971 commit b437111

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/AsyncHTTPClientTests/HTTPClientTests+XCTest.swift

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ extension HTTPClientTests {
5757
("testWrongContentLengthForSSLUncleanShutdown", testWrongContentLengthForSSLUncleanShutdown),
5858
("testWrongContentLengthWithIgnoreErrorForSSLUncleanShutdown", testWrongContentLengthWithIgnoreErrorForSSLUncleanShutdown),
5959
("testEventLoopArgument", testEventLoopArgument),
60+
("testLoopDetectionRedirectLimit", testLoopDetectionRedirectLimit),
61+
("testCountRedirectLimit", testCountRedirectLimit),
6062
]
6163
}
6264
}

0 commit comments

Comments
 (0)