refactor: Refactor main (#1555)

For #442.
This commit is contained in:
Sergey Kuznetsov
2024-08-01 10:53:17 +01:00
committed by GitHub
parent fb90fb27ae
commit 2fef03d766
36 changed files with 920 additions and 376 deletions

View File

@@ -25,6 +25,6 @@ using namespace util::requests::impl;
TEST(SslContext, Create)
{
auto ctx = makeSslContext();
auto ctx = makeClientSslContext();
EXPECT_TRUE(ctx);
}