Skip to content

Commit 88849c7

Browse files
committed
remove usage of osaprc product name
1 parent 2f87d16 commit 88849c7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -363,11 +363,6 @@ 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-
371366
@pytest.fixture
372367
def product_api_base_url(faker: Faker) -> AnyHttpUrl:
373368
return TypeAdapter(AnyHttpUrl).validate_python(faker.url())

0 commit comments

Comments
 (0)