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 5e14a72 commit bcc714bCopy full SHA for bcc714b
packages/pytest-simcore/src/pytest_simcore/helpers/faker_factories.py
@@ -245,7 +245,7 @@ def random_product(
245
"host_regex": r"[a-zA-Z0-9]+\.com",
246
"support_email": f"support@{suffix}.io",
247
"product_owners_email": fake.random_element(
248
- elements=[f"product-onwers@{suffix}.io", None]
+ elements=[f"product-owners@{suffix}.io", None]
249
),
250
"twilio_messaging_sid": fake.random_element(
251
elements=(None, f"{fake.uuid4()}"[:34])
0 commit comments