14 using namespace test::jtx;
19 BEAST_EXPECT(env.app().config().standalone());
21 auto const result = env.rpc(
"json",
"connect",
"{}");
22 BEAST_EXPECT(result[jss::result][jss::status] ==
"error");
23 BEAST_EXPECT(result[jss::result].isMember(jss::error));
24 BEAST_EXPECT(result[jss::result][jss::error] ==
"notSynced");
26 result[jss::result][jss::error_message] ==
27 "Not synced to the network.");