mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-26 22:55:53 +00:00
@@ -199,7 +199,7 @@ TEST_F(RPCAccountHandlerTest, AccountInvalidFormat)
|
||||
auto const output = handler.process(input, Context{std::ref(yield)});
|
||||
ASSERT_FALSE(output);
|
||||
auto const err = RPC::makeError(output.error());
|
||||
EXPECT_EQ(err.at("error").as_string(), "invalidParams");
|
||||
EXPECT_EQ(err.at("error").as_string(), "actMalformed");
|
||||
EXPECT_EQ(err.at("error_message").as_string(), "accountMalformed");
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user