Skip to content

Commit 2f87d16

Browse files
committed
fix test
1 parent 179eea6 commit 2f87d16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/director-v2/tests/unit/with_dbs/comp_scheduler/test_api_route_computations.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,11 @@ def _mocked_get_pricing_unit(request, pricing_plan_id: int) -> httpx.Response:
363363
yield respx_mock
364364

365365

366+
@pytest.fixture
367+
def product_name(osparc_product_name: str) -> str:
368+
return osparc_product_name
369+
370+
366371
@pytest.fixture
367372
def product_api_base_url(faker: Faker) -> AnyHttpUrl:
368373
return TypeAdapter(AnyHttpUrl).validate_python(faker.url())

0 commit comments

Comments
 (0)