Remove "strict" (#755)

Fixes #756
This commit is contained in:
cyan317
2023-07-11 13:21:56 +01:00
committed by GitHub
parent 7710468f37
commit e79425bc21
8 changed files with 4 additions and 59 deletions

View File

@@ -91,11 +91,6 @@ generateTestValuesForParametersTest()
R"({"ident":"rLEsXccBGNR3UPuPu2hUXPjziKC3qKSBun", "ledger_index":"a"})",
"invalidParams",
"ledgerIndexMalformed"},
AccountInfoParamTestCaseBundle{
"StrictFieldUnsupportedValue",
R"({"ident": "rLEsXccBGNR3UPuPu2hUXPjziKC3qKSBun", "strict": false})",
"notSupported",
"Not supported field 'strict's value 'false'"},
};
}