diff options
Diffstat (limited to 'tests/multiple_database')
| -rw-r--r-- | tests/multiple_database/tests.py | 2 |
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): |
