mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Enable testing beta RPC API version with config
This commit is contained in:
@@ -299,7 +299,7 @@ public:
|
||||
env.timeKeeper().adjustCloseTime(weeks{3});
|
||||
result = env.rpc("ledger_request", "1")[jss::result];
|
||||
BEAST_EXPECT(result[jss::status] == "error");
|
||||
if (RPC::ApiMaximumSupportedVersion == 1)
|
||||
if (RPC::apiMaximumSupportedVersion == 1)
|
||||
{
|
||||
BEAST_EXPECT(result[jss::error] == "noCurrent");
|
||||
BEAST_EXPECT(
|
||||
|
||||
Reference in New Issue
Block a user