Skip to content

Commit

Permalink
updating based on XRPLF#4573 PR
Browse files Browse the repository at this point in the history
  • Loading branch information
arihantkothari committed Jun 22, 2023
1 parent 744b419 commit 50cbc1c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/test/rpc/LedgerRPC_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1242,10 +1242,7 @@ class LedgerRPC_test : public beast::unit_test::suite
{
testcase("ledger_entry v2 Request Invalid Parameters");
using namespace test::jtx;
Env env{*this, envconfig([](std::unique_ptr<Config> c) {
c->loadFromString("\n[beta_rpc_api]\n1\n");
return c;
})};
Env env{*this};

std::string const ledgerHash{to_string(env.closed()->info().hash)};

Expand Down

0 comments on commit 50cbc1c

Please sign in to comment.