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

@@ -119,12 +119,6 @@ generateTestValuesForParametersTest()
"invalidParams",
"Malformed cursor.",
},
{
"StrictFieldUnsupportedValue",
R"({"account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn", "strict": false})",
"notSupported",
"Not supported field 'strict's value 'false'",
},
};
}