split httpd test case into 2 test cases

This commit is contained in:
Benjamin Sergeant 2020-02-21 12:24:22 -08:00
parent 8175829b4b
commit feab4dee0f

View File

@ -63,7 +63,10 @@ TEST_CASE("http server", "[httpd]")
server.stop();
}
}
TEST_CASE("http server redirection", "[httpd_redirect]")
{
SECTION("Connect to a local HTTP server, with redirection enabled")
{
int port = getFreePort();