Skip to content

Commit 1771b1c

Browse files
committed
fixes tests
1 parent a420543 commit 1771b1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/models-library/src/models_library/api_schemas_webserver/licensed_items.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def from_domain_model(cls, licensed_item_db: LicensedItemDB) -> Self:
4949
include={
5050
"licensed_item_id",
5151
"licensed_resource_name",
52-
"licensed_resource_type" "license_key",
52+
"licensed_resource_type",
53+
"license_key",
5354
"pricing_plan_id",
5455
"created",
5556
"modified",

0 commit comments

Comments
 (0)