Commit 943c7736 authored by Ge Jun's avatar Ge Jun

fix check in BuiltinServiceTest.connections

parent 2e360a55
...@@ -219,7 +219,7 @@ protected: ...@@ -219,7 +219,7 @@ protected:
EXPECT_FALSE(cntl.Failed()); EXPECT_FALSE(cntl.Failed());
EXPECT_EQ(expect_type, cntl.http_response().content_type()); EXPECT_EQ(expect_type, cntl.http_response().content_type());
CheckContent(cntl, buf); CheckContent(cntl, buf);
CheckFieldInContent(cntl, "channel_socket_count: ", 0); CheckFieldInContent(cntl, "channel_connection_count: ", 0);
close(cfd); close(cfd);
StopAndJoin(); StopAndJoin();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment