| Index: net/tools/quic/end_to_end_test.cc
|
| diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
|
| index 3adf5922c417579ef95f40d96bdf65a79523063d..dbeb5506abf893489a56479222865f268ce58feb 100644
|
| --- a/net/tools/quic/end_to_end_test.cc
|
| +++ b/net/tools/quic/end_to_end_test.cc
|
| @@ -1331,8 +1331,7 @@ TEST_P(EndToEndTest, NegotiateCongestionControl) {
|
| expected_congestion_control_type = kBBR;
|
| break;
|
| case kQBIC:
|
| - expected_congestion_control_type =
|
| - FLAGS_quic_default_enable_cubic_bytes ? kCubicBytes : kCubic;
|
| + expected_congestion_control_type = kCubicBytes;
|
| break;
|
| default:
|
| DLOG(FATAL) << "Unexpected congestion control tag";
|
|
|