Skip to content

Commit bcc714b

Browse files
committed
typo
1 parent 5e14a72 commit bcc714b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def random_product(
245245
"host_regex": r"[a-zA-Z0-9]+\.com",
246246
"support_email": f"support@{suffix}.io",
247247
"product_owners_email": fake.random_element(
248-
elements=[f"product-onwers@{suffix}.io", None]
248+
elements=[f"product-owners@{suffix}.io", None]
249249
),
250250
"twilio_messaging_sid": fake.random_element(
251251
elements=(None, f"{fake.uuid4()}"[:34])

0 commit comments

Comments
 (0)