Remove TODO

PiperOrigin-RevId: 956195400
diff --git a/quiche/oblivious_http/oblivious_http_client_test.cc b/quiche/oblivious_http/oblivious_http_client_test.cc
index 3364710..4316846 100644
--- a/quiche/oblivious_http/oblivious_http_client_test.cc
+++ b/quiche/oblivious_http/oblivious_http_client_test.cc
@@ -396,8 +396,8 @@
   absl::StatusOr<ChunkedObliviousHttpClient> chunk_client =
       CreateChunkedObliviousHttpClient(chunk_handler);
   QUICHE_ASSERT_OK(chunk_client);
-  // TODO(b/425346950): Remove all the redundant checks once ClangTidy gets
-  // configured for QUICHE_ASSERT_OK
+  // Note that we will remove all the redundant checks once ClangTidy gets
+  // configured for QUICHE_ASSERT_OK.
   if (!chunk_client.ok()) {
     return;
   }