fix: Change ConfidentialMPTConvert to no delegate

This commit is contained in:
Shawn Xie
2026-07-17 16:06:17 -04:00
committed by Ayaz Salikhov
parent 68a765d929
commit 6b3eaf091b
4 changed files with 105 additions and 99 deletions

View File

@@ -2750,7 +2750,7 @@ class Delegate_test : public beast::unit_test::Suite
// DO NOT modify expectedDelegableCount unless all scenarios, including
// edge cases, have been fully tested and verified.
// ====================================================================
std::size_t const expectedDelegableCount = 57;
std::size_t const expectedDelegableCount = 56;
BEAST_EXPECTS(
delegableCount == expectedDelegableCount,