Skip to content

Commit 7928dfb

Browse files
fix: model dump without aliases
1 parent f29cf8c commit 7928dfb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/pytest-simcore/src/pytest_simcore/db_entries_mocks.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,7 @@ async def _(
142142
# NOTE: currently no resources is passed until it becomes necessary
143143
project_workbench_node = {
144144
"required_resources": {},
145-
"key": random_service_key(fake=faker),
146-
"version": random_service_version(fake=faker),
147-
"label": faker.pystr(),
148-
**node_model.model_dump(mode="json", by_alias=False),
145+
**node_model.model_dump(mode="json"),
149146
}
150147

151148
if project_nodes_overrides:

0 commit comments

Comments
 (0)