Skip to content

Commit

Permalink
review @pcrespov
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 committed Dec 18, 2024
1 parent 172d343 commit 1ebc3cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class LicensedResourceType(str, enum.Enum):
"license_key",
sa.String,
nullable=True,
doc="Purpose: Acts as a mapping key to the internal license server. Usage: The Sim4Life base applications use this key to check out a seat from the internal license server.",
),
column_created_datetime(timezone=True),
column_modified_datetime(timezone=True),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,7 @@ class LicensedItemGet(BaseModel):

assert set(LicensedItemGet.model_fields.keys()) == set(
_LicensedItemGet.model_fields.keys()
- {"license_key"} # TODO: @bisgaard-itis please expose
- {
"license_key"
} # NOTE: @bisgaard-itis please expose https://github.com/ITISFoundation/osparc-simcore/issues/6875
)

0 comments on commit 1ebc3cd

Please sign in to comment.