maskit commented on a change in pull request #7106:
URL: https://github.com/apache/trafficserver/pull/7106#discussion_r468996068
##########
File path: plugins/experimental/access_control/unit_tests/test_utils.cc
##########
@@ -180,8 +180,6 @@ TEST_CASE("Base64: quick encode / decode with '+', '/' and
various paddings", "[
CHECK(0 == strncmp(encodedMessage, encoded[i], encodedMessageLen));
/* Decode */
- size_t decodedMessageEstimatedLen = cryptoBase64DecodeSize(encodedMessage,
encodedMessageLen);
- CHECK(strlen(decoded[i]) == decodedMessageEstimatedLen);
Review comment:
Why was this check deleted?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]