This commit is contained in:
yhirose 2019-04-10 12:21:42 -04:00
parent 8483e5931f
commit a91a0b7dbf
2 changed files with 18 additions and 1 deletions

View file

@ -757,7 +757,7 @@ TEST_F(ServerTest, LongQueryValue)
auto res = cli_.Get(LONG_QUERY_URL.c_str());
ASSERT_TRUE(res != nullptr);
EXPECT_EQ(200, res->status);
EXPECT_EQ(414, res->status);
}
TEST_F(ServerTest, TooLongHeader)