Skip to content

Commit 1862e2c

Browse files
committed
sql 2.0
1 parent 3fc1440 commit 1862e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/tests/fixtures/data_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async def _creator(**kwargs) -> dict[str, Any]:
8686
row = result.fetchone()
8787
assert row
8888
created_project_uuids.append(row.uuid)
89-
return dict(row)
89+
return dict(row._asdict())
9090

9191
yield _creator
9292
# cleanup

0 commit comments

Comments
 (0)