Remove some "Env::close" noise from unit test output

This commit is contained in:
Scott Schurr
2021-03-12 18:14:39 -08:00
committed by manojsdoshi
parent 9eb9b8f631
commit 09ae9168ca
4 changed files with 19 additions and 9 deletions

View File

@@ -360,7 +360,6 @@ public:
Account const gw{"gateway"};
auto const USD = gw["USD"];
env.fund(XRP(100000), gw);
env.close();
auto const result = env.rpc("ledger_request", "1")[jss::result];
// The current HTTP/S ServerHandler returns an HTTP 403 error code here