chore(test): Add capability to recurse array fixture to return the correct object in the expected format
ref: #904
This commit is contained in:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user