fix a compile error on auto test
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
class ClientTimeoutTest : public testing::Test {
|
||||
public:
|
||||
static void SetUpTestCase() {
|
||||
g_server.reset(new webcc::Server{ kPort });
|
||||
g_server.reset(new webcc::Server{ asio::ip::tcp::v4(), kPort });
|
||||
|
||||
g_server->Route(webcc::R{ "/sleep/(\\d+)" },
|
||||
std::make_shared<HelloView>());
|
||||
|
||||
Reference in New Issue
Block a user