aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/http/format_request_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/http/format_request_test.c')
-rw-r--r--test/core/http/format_request_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/core/http/format_request_test.c b/test/core/http/format_request_test.c
index 67dfd24803..5e2b709f89 100644
--- a/test/core/http/format_request_test.c
+++ b/test/core/http/format_request_test.c
@@ -142,8 +142,7 @@ static void test_format_post_request_content_type_override(void) {
"POST /index.html HTTP/1.0\r\n"
"Host: example.com\r\n"
"Connection: close\r\n"
- "User-Agent: " GRPC_HTTPCLI_USER_AGENT
- "\r\n"
+ "User-Agent: " GRPC_HTTPCLI_USER_AGENT "\r\n"
"x-yz: abc\r\n"
"Content-Type: application/x-www-form-urlencoded\r\n"
"Content-Length: 11\r\n"