Skip to content

Commit 6a2548a

Browse files
fix jsonschema
1 parent b3ba3a9 commit 6a2548a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def get_computation_cb(url, **kwargs) -> CallbackResult:
139139
pipeline: dict[str, list[str]] = FULL_PROJECT_PIPELINE_ADJACENCY
140140
node_states = FULL_PROJECT_NODE_STATES
141141

142-
json_schema = ComputationTask.model_json_schema()
142+
json_schema = ComputationGet.model_json_schema()
143143
assert isinstance(
144144
json_schema["examples"], list
145145
)

0 commit comments

Comments
 (0)