clangformat

This commit is contained in:
yhirose 2025-01-16 00:03:10 -05:00
parent 9b5f76f833
commit b766025a83
2 changed files with 2 additions and 3 deletions

View File

@ -3804,8 +3804,7 @@ TEST_F(ServerTest, GetStreamedWithRangeError) {
TEST_F(ServerTest, GetRangeWithMaxLongLength) {
auto res = cli_.Get(
"/with-range",
{{"Range",
"bytes=0-" + std::to_string(std::numeric_limits<long>::max())},
{{"Range", "bytes=0-" + std::to_string(std::numeric_limits<long>::max())},
{"Accept-Encoding", ""}});
ASSERT_TRUE(res);
EXPECT_EQ(StatusCode::PartialContent_206, res->status);