chore(test): Add capability to recurse array fixture to return the correct object in the expected format

ref: #904
This commit is contained in:
2025-07-29 13:48:48 +09:30
parent 03d320f6a0
commit 283051a4ad

View File

@ -685,7 +685,11 @@ def recursearray() -> dict[dict, str, any]:
print( f'Index {keys[1]} does not exist. List had a length of {len(v)}', file = sys.stderr )
return None
return {
'obj': obj,
'key': key,
'value': '-value-does_not-exist-'
}
except ValueError: