File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
packages/models-library/src/models_library/api_schemas_rpc_async_jobs
services/web/server/src/simcore_service_webserver Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class AsyncJobOwnerMetadata(BaseModel):
5454 {
5555 "product_name" : "osparc" ,
5656 "user_id" : 123 ,
57- "task_owner " : "web_client" ,
57+ "owner " : "web_client" ,
5858 }
5959 ]
6060 },
Original file line number Diff line number Diff line change 1010from typing import Annotated
1111
1212from common_library .error_codes import ErrorCodeStr
13- from conftest import product_name
1413from models_library .products import ProductName
1514from models_library .users import UserID
1615from pydantic import Field , StringConstraints
1716from servicelib .celery .models import OwnerMetadata
18- from test_models_api_keys import user_id
1917from typing_extensions import ( # https://docs.pydantic.dev/latest/api/standard_library_types/#typeddict
2018 TypedDict ,
2119)
You can’t perform that action at this time.
0 commit comments