mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-02 08:55:53 +00:00
Fix broken tests (missing api_version parameter)
This commit is contained in:
@@ -330,6 +330,7 @@ static RPCCallTestData const rpcCallTestArray [] =
|
||||
"params" : [
|
||||
{
|
||||
"account" : "rHb9CJAWyB4rj91VRWn96DkukG4bwdtyTh",
|
||||
"api_version" : %MAX_API_VER%,
|
||||
"ledger_index" : "current",
|
||||
"strict" : 1
|
||||
}
|
||||
@@ -539,6 +540,7 @@ static RPCCallTestData const rpcCallTestArray [] =
|
||||
"params" : [
|
||||
{
|
||||
"account" : "rHb9CJAWyB4rj91VRWn96DkukG4bwdtyTh",
|
||||
"api_version" : %MAX_API_VER%,
|
||||
"ledger_index" : "validated",
|
||||
"strict" : 1
|
||||
}
|
||||
@@ -5042,6 +5044,7 @@ static RPCCallTestData const rpcCallTestArray [] =
|
||||
"params" : [
|
||||
{
|
||||
"account" : "rHb9CJAWyB4rj91VRWn96DkukG4bwdtyTh",
|
||||
"api_version" : %MAX_API_VER%,
|
||||
"ledger_index" : "validated",
|
||||
"strict" : 1
|
||||
}
|
||||
@@ -5141,6 +5144,7 @@ static RPCCallTestData const rpcCallTestArray [] =
|
||||
"params" : [
|
||||
{
|
||||
"account" : "rHb9CJAWyB4rj91VRWn96DkukG4bwdtyTh",
|
||||
"api_version" : %MAX_API_VER%,
|
||||
"ledger_index" : 0,
|
||||
"strict" : 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user