test: update test string for psycopg3
This commit is contained in:
+4
-4
@@ -168,12 +168,12 @@ def test_plural() -> None:
|
|||||||
"conn_url,expected",
|
"conn_url,expected",
|
||||||
[
|
[
|
||||||
(
|
(
|
||||||
"postgresql+psycopg2://scott123:scott123@host:1245/dbname",
|
"postgresql+psycopg://scott123:scott123@host:1245/dbname",
|
||||||
"postgresql+psycopg2://scott123:*****@host:1245/dbname",
|
"postgresql+psycopg://scott123:*****@host:1245/dbname",
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
"postgresql+psycopg2://scott123:scott123@host.name.com/dbname",
|
"postgresql+psycopg://scott123:scott123@host.name.com/dbname",
|
||||||
"postgresql+psycopg2://scott123:*****@host.name.com/dbname",
|
"postgresql+psycopg://scott123:*****@host.name.com/dbname",
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
"mariadb+mariadbconnector://app_user:Password123!@127.0.0.1:3306/company",
|
"mariadb+mariadbconnector://app_user:Password123!@127.0.0.1:3306/company",
|
||||||
|
|||||||
Reference in New Issue
Block a user