Skip to content

Commit 649a8ac

Browse files
committed
override product name there
1 parent ca2250e commit 649a8ac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

services/director-v2/tests/integration/02/test_dynamic_sidecar_nodeports_integration.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
)
2929
from models_library.api_schemas_directorv2.computations import ComputationGet
3030
from models_library.clusters import ClusterAuthentication
31+
from models_library.products import ProductName
3132
from models_library.projects import (
3233
Node,
3334
NodesDict,
@@ -917,6 +918,13 @@ async def _assert_retrieve_completed(
917918
), "TIP: Message missing suggests that the data was never uploaded: look in services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules/nodeports.py"
918919

919920

921+
def product_name(osparc_product_name: ProductName) -> ProductName:
922+
"""
923+
override the product name to be used in these tests
924+
"""
925+
return osparc_product_name
926+
927+
920928
@pytest.mark.flaky(max_runs=3)
921929
async def test_nodeports_integration(
922930
cleanup_services_and_networks: None,

0 commit comments

Comments
 (0)