workign tests

This commit is contained in:
Dinesh Yeduguru 2024-11-01 14:02:45 -07:00 committed by Dinesh Yeduguru
parent 7696f31284
commit 4b6367838f
2 changed files with 24 additions and 4 deletions

View file

@ -33,7 +33,7 @@ class DiskRegistry(Registry):
return [
pydantic.parse_obj_as(
RoutableObjectWithProvider,
obj_str,
json.loads(obj_str),
)
for obj_str in objects_data
]