Merge remote-tracking branch 'ripple/develop' into xrplf/sponsor

This commit is contained in:
Oleksandr
2026-06-15 12:26:29 -04:00
267 changed files with 3655 additions and 4035 deletions

View File

@@ -2019,8 +2019,8 @@ class Delegate_test : public beast::unit_test::Suite
auto jrr = env.rpc("json", "sign_for", to_string(jv))[jss::result];
BEAST_EXPECT(jrr[jss::status] == "error");
BEAST_EXPECT(
jrr[jss::error_message].asString().find(
"A Signer may not be the transaction's Account") != std::string::npos);
jrr[jss::error_message].asString().contains(
"A Signer may not be the transaction's Account"));
}
}