File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
packages/postgres-database/tests/products Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments