Skip to content

Commit c94981d

Browse files
fix tests
1 parent b1e5bfb commit c94981d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ def request_desc(self) -> str:
161161
"state": {"value": "NOT_STARTED"},
162162
},
163163
"workspace_id": None,
164+
"type": "STANDARD",
165+
"templateType": None,
164166
"folder_id": None,
165167
"trashedAt": None,
166168
"trashedBy": None,
@@ -294,6 +296,8 @@ def request_desc(self) -> str:
294296
"state": {"value": "NOT_STARTED"},
295297
},
296298
"workspace_id": None,
299+
"type": "STANDARD",
300+
"templateType": None,
297301
"folder_id": None,
298302
"trashedAt": None,
299303
"trashedBy": None,

services/api-server/tests/unit/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,8 @@ def create_project_task(self, request: httpx.Request):
645645
"creationDate": "2018-07-01T11:13:43Z",
646646
"lastChangeDate": "2018-07-01T11:13:43Z",
647647
"prjOwner": "[email protected]",
648+
"type": "STANDARD",
649+
"templateType": None,
648650
"dev": None,
649651
"trashed_at": None,
650652
"trashed_by": None,

0 commit comments

Comments
 (0)