fixed some tests
Build on RHEL9 docker image / build (push) Failing after 30s
Build on RHEL8 docker image / build (push) Failing after 34s

This commit is contained in:
2026-03-09 18:01:19 +01:00
parent 4875597533
commit 7b305a1faf
3 changed files with 26 additions and 14 deletions
+1 -1
View File
@@ -1915,7 +1915,7 @@ std::string Caller::v_limit(int action) {
}
else if (action == defs::PUT_ACTION) {
if (args.size() < 1) {
if (args.size() != 1) {
WrongNumberOfParameters(1);
}
auto val = StringTo<int>(args[0]);