Skip to content

Commit f511ff0

Browse files
committed
minor
1 parent 79e3634 commit f511ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/notifications-library/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def product_data(
6161
"https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/refs/heads/master/services/static-webserver/client/source/resource/osparc/osparc-white.svg",
6262
),
6363
strong_color=vendor.get("ui", {}).get("strong_color", "rgb(131, 0, 191)"),
64-
project_alias="project",
64+
project_alias=vendor.get("ui", {}).get("project_alias", "project"),
6565
)
6666

6767
return ProductData( # type: ignore

0 commit comments

Comments
 (0)