gfe-relnote: Deprecate gfe2_reloadable_flag_quic_fix_has_pending_crypto_data.
PiperOrigin-RevId: 255951014
Change-Id: Ibf4d9f94a2e2693cacca5bbc6ce0f8d57f59c644
diff --git a/quic/core/quic_crypto_stream_test.cc b/quic/core/quic_crypto_stream_test.cc
index f5ab413..96b2760 100644
--- a/quic/core/quic_crypto_stream_test.cc
+++ b/quic/core/quic_crypto_stream_test.cc
@@ -484,8 +484,7 @@
EXPECT_FALSE(stream_->IsWaitingForAcks());
// Although there is no outstanding data, verify session has pending crypto
// data.
- EXPECT_EQ(GetQuicReloadableFlag(quic_fix_has_pending_crypto_data),
- session_.HasUnackedCryptoData());
+ EXPECT_TRUE(session_.HasUnackedCryptoData());
EXPECT_CALL(
session_,