Skip to content

Commit 1c561e1

Browse files
fixes
1 parent b0c54fa commit 1c561e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/postgres-database/tests/products/test_models_products.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,21 @@ async def test_jinja2_templates_table(
6767
{
6868
"name": "osparc",
6969
"host_regex": r"^osparc.",
70+
"base_url": "https://osparc.io",
7071
"registration_email_template": registration_email_template,
7172
},
7273
{
7374
"name": "s4l",
7475
"host_regex": r"(^s4l[\.-])|(^sim4life\.)",
76+
"base_url": "https://sim4life.info",
7577
"short_name": "s4l web",
7678
"registration_email_template": registration_email_template,
7779
},
7880
{
7981
"name": "tis",
8082
"short_name": "TIP",
8183
"host_regex": r"(^ti.[\.-])|(^ti-solution\.)",
84+
"base_url": "https://tis.com",
8285
},
8386
]:
8487
# aiopg doesn't support executemany!!
@@ -133,6 +136,7 @@ async def test_insert_select_product(
133136
"display_name": "o²S²PARC",
134137
"short_name": "osparc",
135138
"host_regex": r"([\.-]{0,1}osparc[\.-])",
139+
"base_url": "https://osparc.io",
136140
"support_email": "[email protected]",
137141
"twilio_messaging_sid": None,
138142
"vendor": Vendor(

0 commit comments

Comments
 (0)