summaryrefslogtreecommitdiff
path: root/tests/testutils.py
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-05-20 16:36:55 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-05-20 16:36:55 +0200
commit8f40c648aff0874ae0311a35b6751ea8fd1aed5c (patch)
tree7d6e2057c42edd86ee990027a45d5cfc815ca94c /tests/testutils.py
parent8830e30f73adebdcc0449981a864ffaf06b19444 (diff)
parent45599b2716eb7fbbce19da219c4e63e630395b05 (diff)
downloadpsycopg2-8f40c648aff0874ae0311a35b6751ea8fd1aed5c.tar.gz
Merge branch 'master' into rm-2.7
Diffstat (limited to 'tests/testutils.py')
-rw-r--r--tests/testutils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testutils.py b/tests/testutils.py
index 865416c..f0c3264 100644
--- a/tests/testutils.py
+++ b/tests/testutils.py
@@ -478,6 +478,7 @@ crdb_reasons = {
"named cursor": 41412,
"nested array": 32552,
"notify": 41522,
+ "password_encryption": 42519,
"range": 41282,
"stored procedure": 1751,
}