File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/pytest-simcore/src/pytest_simcore/helpers
services/web/server/src/simcore_service_webserver/products Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -227,8 +227,12 @@ def random_product(
227227 "short_name" : suffix [:4 ],
228228 "host_regex" : r"[a-zA-Z0-9]+\.com" ,
229229 "support_email" : f"support@{ suffix } .io" ,
230- "product_owners_email" : fake .random_element (elements = [fake .email (), None ]),
231- "twilio_messaging_sid" : fake .random_element (elements = (None , fake .uuid4 ()[:34 ])),
230+ "product_owners_email" : fake .random_element (
231+ elements = [f"product-onwers@{ suffix } .io" , None ]
232+ ),
233+ "twilio_messaging_sid" : fake .random_element (
234+ elements = (None , f"{ fake .uuid4 ()} " [:34 ])
235+ ),
232236 "vendor" : Vendor (
233237 name = fake .company (),
234238 copyright = fake .company_suffix (),
Original file line number Diff line number Diff line change 3232 products .c .short_name ,
3333 products .c .host_regex ,
3434 products .c .support_email ,
35+ products .c .product_owners_email ,
3536 products .c .twilio_messaging_sid ,
3637 products .c .vendor ,
3738 products .c .issues ,
You can’t perform that action at this time.
0 commit comments