summaryrefslogtreecommitdiff
path: root/tests/multiple_database
diff options
context:
space:
mode:
authorHrushikesh Vaidya <hrushikeshrv@gmail.com>2022-09-13 19:00:57 +0530
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-03-09 10:27:08 +0100
commita52bdea5a27ba44b13eda93642231c65c581e083 (patch)
tree955f1f934ab033d4e59b667b7520ddcdbf4fec66 /tests/multiple_database
parent18473004afd82a616ba6c9ac22f476347fde4846 (diff)
downloaddjango-a52bdea5a27ba44b13eda93642231c65c581e083.tar.gz
Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().
Diffstat (limited to 'tests/multiple_database')
-rw-r--r--tests/multiple_database/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/multiple_database/tests.py b/tests/multiple_database/tests.py
index bdbe641cdf..337ebae75e 100644
--- a/tests/multiple_database/tests.py
+++ b/tests/multiple_database/tests.py
@@ -1118,7 +1118,7 @@ class QueryTestCase(TestCase):
# Set a foreign key with an object from a different database
msg = (
- 'Cannot assign "<ContentType: multiple_database | book>": the '
+ 'Cannot assign "<ContentType: Multiple_Database | book>": the '
"current database router prevents this relation."
)
with self.assertRaisesMessage(ValueError, msg):