Skip to content

Commit 16f5c93

Browse files
add base_url
1 parent 1c76603 commit 16f5c93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/pytest-simcore/src/pytest_simcore/helpers/faker_factories.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ def random_product(
242242
"display_name": suffix.capitalize().replace("_", " "),
243243
"short_name": suffix[:4],
244244
"host_regex": r"[a-zA-Z0-9]+\.com",
245+
"base_url": f"https://{suffix}.io",
245246
"support_email": f"support@{suffix}.io",
246247
"product_owners_email": fake.random_element(
247248
elements=[f"product-owners@{suffix}.io", None]

0 commit comments

Comments
 (0)