We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c76603 commit 16f5c93Copy full SHA for 16f5c93
packages/pytest-simcore/src/pytest_simcore/helpers/faker_factories.py
@@ -242,6 +242,7 @@ def random_product(
242
"display_name": suffix.capitalize().replace("_", " "),
243
"short_name": suffix[:4],
244
"host_regex": r"[a-zA-Z0-9]+\.com",
245
+ "base_url": f"https://{suffix}.io",
246
"support_email": f"support@{suffix}.io",
247
"product_owners_email": fake.random_element(
248
elements=[f"product-owners@{suffix}.io", None]
0 commit comments