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

@@ -170,18 +170,6 @@ generateParameterTestBundles()
ACCOUNT),
"invalidParams",
"hotwalletMalformed"},
ParameterTestBundle{
"StrictFieldUnsupportedValue",
fmt::format(
R"({{
"account": "{}",
"hotwallet": "{}",
"strict": false
}})",
ACCOUNT,
ACCOUNT2),
"notSupported",
"Not supported field 'strict's value 'false'"},
};
}