Fix broken tests (missing api_version parameter)

This commit is contained in:
Mo Morsi
2020-02-11 20:09:30 -05:00
committed by Manoj doshi
parent 60f0f5224d
commit e24dd2f954

View File

@@ -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
}