mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-27 23:25:53 +00:00
@@ -636,6 +636,18 @@ generateTestValuesForParametersTest()
|
||||
"Malformed request."
|
||||
},
|
||||
|
||||
ParamTestCaseBundle{
|
||||
"NonObjectAMMJsonAsset",
|
||||
R"({
|
||||
"amm": {
|
||||
"asset": 123,
|
||||
"asset2": 123
|
||||
}
|
||||
})",
|
||||
"malformedRequest",
|
||||
"Malformed request."
|
||||
},
|
||||
|
||||
ParamTestCaseBundle{
|
||||
"EmptyAMMAssetJson",
|
||||
fmt::format(
|
||||
|
||||
Reference in New Issue
Block a user