Fix 2 clang-tidy findings in third_party/quic.

gfe-relnote: (n/a) Clang-tidy fixes in tests. Not protected.
PiperOrigin-RevId: 276493363
Change-Id: Ibd7080e430dd88a23e9b74eaba122aee94f2153e
diff --git a/quic/core/http/quic_headers_stream_test.cc b/quic/core/http/quic_headers_stream_test.cc
index f61d9ad..83acfe7 100644
--- a/quic/core/http/quic_headers_stream_test.cc
+++ b/quic/core/http/quic_headers_stream_test.cc
@@ -306,7 +306,7 @@
     } else {
       EXPECT_CALL(visitor_,
                   OnHeaders(stream_id, !kHasPriority,
-                            /*priority=*/0,
+                            /*weight=*/0,
                             /*parent_stream_id=*/0,
                             /*exclusive=*/false, fin, kFrameComplete));
     }