mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
fix: Support canonical names for type in account_objects (#2437)
Fix: https://github.com/XRPLF/clio/issues/2275 --------- Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com>
This commit is contained in:
@@ -110,7 +110,7 @@ generateTestValuesForParametersTest()
|
||||
.testName = "TypeNotString",
|
||||
.testJson = R"JSON({"account": "rLEsXccBGNR3UPuPu2hUXPjziKC3qKSBun", "type": 1})JSON",
|
||||
.expectedError = "invalidParams",
|
||||
.expectedErrorMessage = "Invalid parameters."
|
||||
.expectedErrorMessage = "Invalid field 'type', not string."
|
||||
},
|
||||
AccountObjectsParamTestCaseBundle{
|
||||
.testName = "TypeInvalid",
|
||||
|
||||
Reference in New Issue
Block a user