You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just leaving this here for anyone else experiencing this issue
# this fails with voluptuous.error.MultipleInvalid: required key not provided @ data['test'][0]['ok']Schema({'test': (Object({'ok': 1}),)}, required=True)({'test': ({'ok': 1},)})
# but this worksSchema({'test': ({'ok': 1},)}, required=True)({'test': ({'ok': 1},)})
The text was updated successfully, but these errors were encountered:
Just leaving this here for anyone else experiencing this issue
The text was updated successfully, but these errors were encountered: